Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 362 Bytes

README.rst

File metadata and controls

16 lines (10 loc) · 362 Bytes

RESThub 2 todo example

This small example application uses the following stack :

  • Spring MVC 3.1 backend
  • Spring Data based JPA persistence
  • BackboneJS todo example application

In order to run it :

  • Install Maven
  • Run the following command : mvn clean install jetty:run
  • Open your browser and go to http://localhost:8080