Skip to content

joshwlewis/beenz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beenz

Build Status

A RESTful JSON API that implements MeowMeowBeenz functionality. See the MeowMeow project to see the actual UI.

Meow Meow Beenz

These Will Change Everything

For more on MeowMeowBeenz, check out this Community Episode.

Setup

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.

Endpoints

POST /profiles

POST /sessions

GET /users

GET /ratings

POST /ratings

PUT /ratings/:rating_id

Releases

No releases published

Packages

No packages published

Languages