Project generated with Spring version 2.6.6.
- Maven
- Java 11 (SDK 11)
- Docker
The server starts on the localhost default 8080 port -> http://localhost:8080/
To run project in command line type:
mvn clean install -DskipTests
docker compose up
To run only MongoDB database type:
docker-compose up backend-db
When the project is working auto generated swagger endpoint documentation is available at the following LINK.