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.)
- Host: GitHub
- URL: https://github.com/karan/zipup
- Owner: karan
- License: mit
- Created: 2013-10-20T23:02:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-29T20:01:23.000Z (almost 12 years ago)
- Last Synced: 2025-06-17T00:45:13.225Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.92 MB
- Stars: 9
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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