This is an automated Student Registration using JAVA and JDBC using MYSQL as Database.
Using this schema This Project works on JDBC and deployed on local server.
It has different level of access for Student and Admin
- Can Add or Remove Student
- Can Add or Remove Course and Batch
- See all the list of Students, Course and Batch
- Edit already existing Data in the database
- Can see the list of Course available
- Register a new Student
- Edit detail of existing Student
- While creating the Batch for a course, a student can be added to multiple batches considering that it is not exceeding the limit of the batch size.
- A student can be added to multiple batches of different course but not of the same course.