Skip to content

Small RESTful API in Spring 6 and Boot 3, for administrators to manage students and courses. Includes database, ORM, and half done JWT

Notifications You must be signed in to change notification settings

Davut-Atajanov/course_registration_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Doc Resources

course_registration_API

Description

Spring Boot course registration API. Allows for administrators to authenticate, and access all possible resoources.

Initial Requirement

# Must have all dependancies and java version 17

Setting up the Database using Docker

# in background
$ docker compose up dev-db -d

Don't forget to add all Maven dependencies in pom.xml

# Please use Swagger (Open API), this is the link to open in your browser
$ http://localhost:8080/swagger-ui/index.html#/

WARNING

Even though Login generates and sends back token (which is generated properly),
if you use this token the application will not work. Token based authentication is yet
to be put in place. In addition, passwordsa are not hashed when stored in database,
for development purposes and to simplify it.

course reg pic

About

Small RESTful API in Spring 6 and Boot 3, for administrators to manage students and courses. Includes database, ORM, and half done JWT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages