Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 621 Bytes

File metadata and controls

38 lines (24 loc) · 621 Bytes

ZipUp

Yelp for bathrooms..

Helping your business go down. Will be deployed on the interwebz when we work to make it less hacky.

Stack

  • Backend: node, express, mongodb
  • Frontend: jQuery

Running locally

Make sure you have mongodb installed.

(cd into ZipUp directory.)

npm install
mongod --dbpath data/
node app.js

API methods:

/get/bathrooms/ return all bathrooms in db (uuhhhhh)!!!!

/b/:id return specific bathroom details

/add/bathroom Add a new bathroom

/get/reviews/:id returns reviews of the bathroom

/add/review/:id post a review to id bathroom