Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.5 KB

File metadata and controls

42 lines (29 loc) · 1.5 KB

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