Skip to content

Example of a simple Spring / Backbone.js webapp based on RESThub 2 stack

Notifications You must be signed in to change notification settings

djama/todo-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RESThub 2 todo example

This small example application uses the following stack :

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

In order to run it :

  • Install Maven and MongoDB
  • Create /data/db directory in order to allow MongoDB to store its data
  • Run mongod daemon
  • Run the following command : "mvn clean install t7:run" (Tomcat 7) or "mvn clean install jetty:run" (Jetty 8)
  • Open your browser and go to http://localhost:8080/todo/

About

Example of a simple Spring / Backbone.js webapp based on RESThub 2 stack

Resources

Stars

Watchers

Forks

Packages

No packages published