Skip to content

senor-coder/todobackend-vertx-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TodoBackend Using Vert.X framework and Redis

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.

About

A backend for TodoBackend (http://www.todobackend.com) implemented in Java 8 with Vert.X and Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages