Skip to content
jorge-d edited this page Apr 19, 2013 · 3 revisions

Basic commands

  • Launch test suite: rake cucumber:ok
  • Launch the server: rails s -p 3001 (I'll use the port 3001 in all my examples)
  • Populate the database:
rake db:seed

Note: (This will generate a member for each one of you, see db/seeds.rb)

Authentication

Note: all the request through the API need an authentication token.

Read the authentication page!

Clone this wiki locally