This project is an implementation of Todo-Backend using Micronaut.
The application is built according to the Todo-Backend specifications. It passes all the automated spec tests. The backend may be tested using the available client app.
- Clone project git clone
git@github.com:alexey-lapin/todo-backend-micronaut.git
- Build the project and start application
./gradlew run
orgradlew.bat run
- Point your browser at http://localhost:8000/todos
The project is deployed on Heroku. It can be accessed here.