Helping your business go down. Will be deployed on the interwebz when we work to make it less hacky.
- Backend: node, express, mongodb
- Frontend: jQuery
Make sure you have mongodb installed.
(cd into ZipUp directory.)
npm install
mongod --dbpath data/
node app.js
/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