StevenGreenup / vacation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get 'api/vacations' => shows vacations and photos for all users

get 'api/vacations/:id' shows vacations for a particular vacation

get 'api/users/:id' shows vacations for a particular user

/oauth/token

{ "grant_type" : "password", "username" : "email", "password" : "" }

/api/users { "username" : "email", "password" : "test" }

== README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

Please feel free to use a different markup language if you do not plan to run rake doc:app.

About


Languages

Language:Ruby 73.8%Language:HTML 22.8%Language:CSS 1.6%Language:JavaScript 1.3%Language:CoffeeScript 0.4%