Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelbroseghini/yelp-camp
:camping: RESTful Web App based on user reviews and recommendations for campsites - Node.js, Express.js, MongoDB
https://github.com/rafaelbroseghini/yelp-camp
bootstrap3 expressjs mongodb nodejs
Last synced: about 1 month ago
JSON representation
:camping: RESTful Web App based on user reviews and recommendations for campsites - Node.js, Express.js, MongoDB
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/yelp-camp
- Owner: RafaelBroseghini
- Created: 2018-07-04T21:00:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T02:46:26.000Z (over 6 years ago)
- Last Synced: 2024-10-22T09:59:29.313Z (3 months ago)
- Topics: bootstrap3, expressjs, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yelp-Camp :camping:
* RESTful Web App based on User Reviews and Recommendations for Campsites - Node.js, Express.js, MongoDB
* This app was previously developed on [Codeanywhere](https://codeanywhere.com), but I had to migrate to my local machine
at some point. :smile:
* **If you like camping and things related to it, see my other app -> [Park-Ometer](https://github.com/RafaelBroseghini/Park-Ometer)**## Features:
* OAuth using [passport.js](http://www.passportjs.org/)
* User Reviews
* RESTful routing
* CRUD reviews and campsites## Usage:
* `git clone [email protected]:RafaelBroseghini/Yelp-Camp.git`
* `cd Yelp-Camp`
* `npm install`
* `node app.js`## Future Add-ons:
* Ajax calls.
* Integrate the Nationals Park API and make this a bit more insightful.## Contributing
1. Fork this repo! :spaghetti:
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :+1: