/Student-Course-RESTful-API

This is a Student and course Management Application REST API. By Using this RESTful API one can create a web application where one can Register and Login into the application and the Admin can manage all the different courses and students by adding, updating, deleting courses, enrolling students into different courses, view details of student, etc.

Primary LanguageJava

Student-Course RESTful-API

I have developed this Student and course Management Application REST API. This API performs all the fundamental CRUD operations related to various courses and students with User validation at every step using Spring Security. By Using this RESTful API one can create a web application where one can Register and Login into the application and the Admin can manage all the different courses and students by adding, updating, deleting courses, enrolling students into different courses, view details of student, etc.

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Spring Security
  • JWT
  • Hibernate
  • Lombok
  • MySQL
  • PostMan

Modules

  • Admin Module
  • Course Module
  • Student Module
  • User Module
  • Role Module
  • UserRole Module

Features

  • User authentication & validation with Spring Security with JWT.

Admin/Instructor Features:

  • Login & Logout.
  • Add new Courses.
  • Update Course.
  • Delete Course.
  • See student details.
  • Enroll student into course, etc.

Customer Features:

  • Register him/herself.
  • Login & Logout.
  • See list of courses, etc.