Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 472 Bytes

ConnectJS Sample Rails API demo

This is a scaffolded app to demo the capabilities of the Rails API.

To run locally:

  1. git clone https://github.com/marcwright/connectjs-rails-api-sample-app.git
  2. cd connectjs-rails-api-sample-app
  3. bundle install
  4. rake db:create db:migrate db:seed
  5. rails server
  6. In your browser, goto 127.0.0.1/teams or /teams.json

The app is also deployed on Heroku here