A Campground Rating site that uses RESTful API.
Technologies Used:
- NPM Express
- MongoDB/Mongoose
- Bootstrap
- Session/Auth with Passport Local
- CRUD/REST (CRUD: Campgrounds, CRD: Comments, CR: Users)
Upcoming Features:
- User Profile
- User Roles
- facebook authentication
- CSS Cleanup (Better Responsive Design)
Running Application:
- Run mongod command to start the MongoDB server.
- In another terminal window, run these commands:
Browse to the url given in the output.
Example: if the output is : Server running at http://localhost:3000 then visit http://localhost:3000 in the browser.
git clone https://github.com/kriti009/Yelp_Camp.git cd yelpcamp npm install npm start
Modeled after 'Yelp Camp Project' via Udemy: The Web Developer Bootcamp

