An open API service indexing awesome lists of open source software.

https://github.com/karan/zipup

Helping your business go down.. (24-hour hackathon project. Do not try to make sense of code.)
https://github.com/karan/zipup

Last synced: 6 months ago
JSON representation

Helping your business go down.. (24-hour hackathon project. Do not try to make sense of code.)

Awesome Lists containing this project

README

          

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