Skip to content

deepaknigam2004/Student-Enrollment-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student-Enrollment-Form

Description

This project is a web-based Student Enrollment Form designed to input and store student data into the STUDENT-TABLE of the SCHOOL-DB database using JsonPowerDB.
It captures the following fields:

  • Roll-No (Primary Key)
  • Full-Name
  • Class
  • Birth-Date
  • Address
  • Enrollment-Date

The Roll-No uniquely identifies each student record in the database to ensure data integrity and avoid duplication.


Benefits of using JsonPowerDB

  • 🔧 Simplified CRUD operations – Easily perform Create, Read, Update, Delete operations using JSON.
  • 📦 Schema-free design – No rigid schemas; allows flexible and dynamic data structures.
  • High performance – Fast response time and low latency with in-built indexing.
  • 🔐 Secure and Scalable – Built-in security and scalable for growing data needs.
  • 🔗 Integration-friendly – REST API-based architecture for easy frontend/backend integration.

Web Page to UI

Screenshot 2025-04-13 213731

JsonPowerDB Database

Screenshot 2025-04-13 213810

Release History

v1.0 – Initial Release

About

The Student Enrollment Form collects data including Roll-No, Full-Name, Class, Birth-Date, Address, and Enrollment-Date, which are stored in the STUDENT-TABLE of the SCHOOL-DB database. The Roll-No serves as the primary key, uniquely identifying each student record to ensure data integrity and avoid duplication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors