This project is an implementation of Todo-Backend using Jooby, Hibernate and H2-Database.
mvn clean jooby:run
mvn clean package
docker build . -t todo-backend-jooby
docker run -p 8080:8080 -it todo-backend-jooby
ℹ️ both deployment variants contain the same application code
- deploy link : https://todo-backend-jooby-v2.herokuapp.com/todos
- link for automatic testing todo-backend : https://www.todobackend.com/specs/index.html?https://todo-backend-jooby-v2.herokuapp.com/todos
- link for using client with this todo-backend : https://www.todobackend.com/client/index.html?https://todo-backend-jooby-v2.herokuapp.com/todos
- deploy link : https://todo-backend-jooby-docker.herokuapp.com/todos
- link for automatic testing todo-backend : https://www.todobackend.com/specs/index.html?https://todo-backend-jooby-docker.herokuapp.com/todos
- link for using client with this todo-backend : https://www.todobackend.com/client/index.html?https://todo-backend-jooby-docker.herokuapp.com/todos
All resources of this repository are distributed under the terms of the BSD License (2-clause). The text of the license is included in the file LICENSE in the root of the project.