Skip to content

Backend of online Management where admin can add students and courses. And student can update profile and he can leave course.

Notifications You must be signed in to change notification settings

TheAftabAlam/StudentManagementApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Student Management Api

Backend of online Management where admin can add students and courses.

AdminController LoginController StudentController

. After running this program in spring boot we have to hit this url to see all the API's in swagger http://localhost:8888/swagger-ui/

Service Layers, Data Access Layers to generate different end points. Features:

  • Services Offered
  1. Admin Signup and Login.
  2. Addmin can add students with address and courses.
  3. Admin can get list of students by name.
  4. Admin can assign course to student.
  5. Admin can get students by course name.
  6. Student can update his profile.
  7. Student can see all courses.
  8. Student can leave course.
  • Backend
  1. Built authentication while login and logout using key.
  2. Stored the data on MySQL and used it for Authentication.
  3. Deployed the website on GitHub.

Technology Used

  • JAVA
  • Spring
  • Spring Boot
  • Spring data JPA
  • Hibernate
  • MySQL

Contributors

👤 Aftab Alam

Footer © 2022 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About README.md at main.

About

Backend of online Management where admin can add students and courses. And student can update profile and he can leave course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages