alexey-lapin / todo-backend-micronaut

Implementation of Todo-Backend (http://www.todobackend.com) using Micronaut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is an implementation of Todo-Backend using Micronaut.

Todo-Backend

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.

Install and run locally

  • Clone project git clone git@github.com:alexey-lapin/todo-backend-micronaut.git
  • Build the project and start application ./gradlew run or gradlew.bat run
  • Point your browser at http://localhost:8000/todos

Heroku

The project is deployed on Heroku. It can be accessed here.

About

Implementation of Todo-Backend (http://www.todobackend.com) using Micronaut

License:MIT License


Languages

Language:Java 77.9%Language:Kotlin 22.1%