Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.13 KB

Automated Student Registration System

  • In a Educational Institute every year technology trainings are conducted during summer and winter season. Students are enrolled in different courses under different technology track like- Android, Java ,JEE, PHP, Oracle etc. This automated application help Institute to enroll students efficiently, create batches under a course and allocates the students in a batch .
  • The main user of the system :



  • Administrator
  • Students.
  • Roles for Administrator :



  • Add a new Courses
  • Update Fees of course.
  • Delete a course from any Training session.
  • Search information about a course.
  • Create Batch under a course.
  • Allocate students in a Batch under a course.
  • Update total seats of a batch.
  • View the students of every batch.

    Roles for a Student:



  • Register himself in a course with a username and password (email should be the username)
  • can update this details.
  • can see all the available course list and their seat availability.

    Teach Stacks Implemented




  • Java
  • MySQL
  • JDBC