Skip to content

tirnak/vert.x-todo-backend-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vert.x-todo-backend-postgresql

Sample web application compatible with todo-backend specs

Implemented, using Vert.x 3 and PostgreSQL. [Deployed on Heroku] (https://vertx-todo-backend-postgresql.herokuapp.com/).

Tests for todo-backend are shown here

To run locally:

$ sudo apt-get install postgresql (yum, pacman, etc...)
//some postgresql configuration
//set local.properties or test.properties
$ mvn clean package
$ cd target
$ java -jar vert.x-todo-1.0-SNAPSHOT-fat.jar

About

Sample web application compatible with todo-backend specs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages