/todo-mvc-backend

TODO application example using spring mvc, spring data with mongo and kotlin

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Information about how to run this program

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