Deployed (and working) application domain is b-lab1.fly.dev
This is a solution for the third lab on back-end dev course. Detailed technical requirements
Postman requests can be found in postmanRequests.json
Insomnia requests can be found in Insomnia_2022-12-19.json
A MongoDB server at Clever Cloud was used as the database
Project uses both access and refresh tokens. Github package
- JDK 17 or higher
- Spring Boot (v.2.7.4)
- Docker
- Build the image from the Dockerfile
docker build -t <image name> <path to Dockerfile>
- Run the application from the image in the Dockerfile directory
docker run -p<your port>:8080 <image name>