Skip to content

kentbutler/grails-ember-cooks

Repository files navigation

grails-ember-cooks

Sample webapp integrating EmberJS and Grails

This is a sample app which integrates EmberJS with a Grails REST service. Uses Bootstrap for layout and widgeting, with a theme from Bootswatch.

The Grails app uses a modified grails-json-rest-api for REST servicing.

Quickstart

  • Install Grails 2.1.1

  • Download this app

      git clone https://github.com/kentbutler/grails-ember-cooks.git
    
  • Download the fork of the grails-json-rest-api and check out the EmberJS branch

      git clone https://github.com/kentbutler/grails-json-rest-api.git <my local dir>
      cd <my local dir>
      git checkout emberjs-support
    
  • Place them alongside each other and run by opening a console inside the grails-ember-cooks directory and execute:

      grails run-app 
    
  • Navigate to http://localhost:8080/cook/

NOTE!! WIP - Only the Admin portion has meaningful content at the moment

Kent Butler - Developer

An open source developer just trying to make his job easier.

License

MIT License

About

Sample Ember app using Grails REST service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published