The original Wine Cellar application is documented here.
This application provides an example of
- Building a complete RESTful API in Grails.
- Consuming these services using Backbone.js client application
Forked version of the original wine cellar application.
- run
grails run-app
to start the app in the default grails container (localhost:8080)
- run
grails integrate-with --eclipse
to generate the eclipse project files - import the project into Eclipse (inside Eclipse: File->Import->Existing Project into Workspace)