A backend for TodoBackend implemented in Java 8 with Vert.X and Vert.X Redis library.
##Running Application Locally##
- Pull the source to a directory
- Start Redis Server on your local machine
- Navigate to the project directory and run the command
mvn package
- Run the application
java -Dhttp.port=8000 -jar target/to-do-list-1.0-SNAPSHOT-fat.jar
- Go to TodoBackend Test and paste
http://localhost:8000/todo
and run the tests. - If all the test pass, everything seems to be working fine.
- Checkout the application in action by using the todobackend client.