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.
- 🔧 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.
- ✅ Basic form UI created
- ✅ Connected to JsonPowerDB backend
- ✅ Implemented Insert and Fetch student records
- 🔗 GitHub Repo: https://github.com/deepaknigam2004/Student-Enrollment-Form

