Skip to content

moh-sushi/todo-backend-jooby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-backend-jooby

This project is an implementation of Todo-Backend using Jooby, Hibernate and H2-Database.

running

mvn clean jooby:run

building

mvn clean package

docker

 docker build . -t todo-backend-jooby
 docker run -p 8080:8080 -it todo-backend-jooby

heroku

ℹ️ both deployment variants contain the same application code

jar file deployment

docker deployment

License

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.

About

todo-backend implementation with jooby, hibernate and h2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published