zhulinpinyu / api-presentation

The code for "EasyContacts", an API I created for a Ruby Meetup Talk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designing & Building -- RESTful JSON APIs

This is a sample app I built to accompany the talk I gave at Ottawa's Ruby Meetup. To see the slides and video of the talk please go to http://www.aomran.com/designing--building-restful-json-apis/

EasyContacts is simply a contact list so the API should be relatively easy to understand.

Getting up and running

$ git clone git@github.com:aomra015/api-presentation.git
$ bundle install
$ rake db:migrate
$ rake db:seed

Testing it out

There is some sample data so that you can test the API out. If you find a problem please let me know and I'll fix it :)

About

The code for "EasyContacts", an API I created for a Ruby Meetup Talk.


Languages

Language:Ruby 81.7%Language:HTML 18.3%