API Documentation - Generated by apiary.io
The app use:
- rails-api as base API framework
- jbuilder as json handling
- rspec and dredd (apiary tool) for testing
- Versionning, handled through "Accept" headers (see lib/api_constraints.rb)
$> git clone http://github.com:beNjiox/contactbooster-backend-RoR.git
$> cd contactbooster-backend-RoR
$> bundle install
$> rails s
$> rspec spec/
Contactbooster is a little web app to manage contact lists. My goal was to release the app using different testing,frontend and backend framework/librairies.
Clients available: BackboneJS (AngularJS, Ember incoming)
Backend available: RoR (Laravel4, SailsJS incoming)