A RESTful JSON API that implements MeowMeowBeenz functionality. See the MeowMeow project to see the actual UI.
For more on MeowMeowBeenz, check out this Community Episode.
To get this API up and running:
- Install Postgres (9+ reccommended)
- Install Ruby (2.1 reccommended)
gem install bundler
bundle install
rails s
Your server should be up and running at localhost:3000.