Skip to content

csu/Showlist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Built in under 24 hours for the Facebook Seattle Regional Hackathon. Won 2nd place.

Facebook Hackathon 2014

Please don't push to master. Make a branch and make changes there.

API Endpoints

Reviews

GET /api/reviews with artist_id as a parameter – get a review by its id
POST /api/reviews with artist_id, creator, rating, review_body, and event_id in body – post a new review
PUT /api/reviews/:id – modify a new review by id
DELETE /api/reviews/:id – delete a review by id

Artists

GET /api/artists – get all artists
GET /api/artists with artist_id as a parameter – get a review by its id
POST /api/artists with artist_id in body – post a new review
PUT /api/artists/:id – modify a new review by id
DELETE /api/artists/:id as a parameter – delete a review by id

About

Review live performances. Won 2nd place at the 2014 Facebook Seattle Regional Hackathon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •