todo:
- init project
- add README.md
- make separate config file for different environments
- we have for dev, test, prod, local environments (any time can be removed)
- Dockerization
- Dockerfile
- docker-compose.yml
- Tests organise
- basic rest endpoints
use this command:
./gradlew run
how to run the tests:
./gradlew test