Student-Management-System The project is developed using Spring Boot in Eclipse IDE. The backend is developed to proved service for both teacher and student roles. The student register, enroll for courses offered and see their grades for each course The teacher can offer courses, grade and evaluate students and accept their enrollment. The Entire project is divided in Model, Controller, Service divisions. Custome Exception Handling is also featured in handler package To run the project After importing the project do a complete Maven Update and make sure to select Force Update of Snapshot/Releases option Change the database credentials in application.properties. Auto Update data base feature in On so you won't have to create tables of your own