https://github.com/shofiq0023/course-enrolment-api
Course enrolment project with token based user authentication and authorization. Create a course as an instructor or enrol in a course as a student.
https://github.com/shofiq0023/course-enrolment-api
java jwt spring-security springboot
Last synced: about 2 months ago
JSON representation
Course enrolment project with token based user authentication and authorization. Create a course as an instructor or enrol in a course as a student.
- Host: GitHub
- URL: https://github.com/shofiq0023/course-enrolment-api
- Owner: shofiq0023
- Created: 2023-11-06T11:33:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T09:52:15.000Z (over 2 years ago)
- Last Synced: 2025-05-19T21:11:31.565Z (about 1 year ago)
- Topics: java, jwt, spring-security, springboot
- Language: Java
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course enrolment API
An API project for managing courses.
### Features:
- Users can signup as students or instructors.
- Stuedents can enroll or disenroll from courses.
- Instructors can create, delete or update courses.
- Admins and super-admins can manage users, instructors and even courses.
### Technology used:
- Java
- Spring-boot
- Spring-security
- Json Web Token
- Spring-data-jpa
- REST Api
- PostgresQL
### API List:
- **Users Api**

- **Students Api**

- **Admin Api**

- **Super-admin Api**

- **Course Api**
