In order to run the program run docker-compose. It will install the backend and the mongo database on port 8080 (backend) and 27017 (frontend)
The created image is located on leandroalcantarasouza/todo-backend on docker hub
TODO application example using spring mvc, spring data with mongo and kotlin
KotlinGPL-3.0