Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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: