Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 516 Bytes

File metadata and controls

8 lines (7 loc) · 516 Bytes

This Repo is for creating a web service application for a Learning Managment System (LMS):

  • using java spring boot as the backend framework.

  • using database postgreSQL for the model database.

  • using JWT tokens for authentication and authorization.

    • The system has APIs to create users with certain roles (Admins, Instructors, Students).
    • creating courses, course quizzes, course assignments.
    • Notification system for students to track their records in assignments and updated course materials uploaded.