Yelp Camp is a campground reviewing app where the owners can post their campgrounds for reviewing
from the users of the app. This full stack application is made as a part of the
Web Developer Bootcamp course by Colt Steele.
Visit => https://yelpcamp2020-v1.herokuapp.com/
- Users(without authentication) have access to all campgrounds published with all info avaliable to them.
- Users(with authentication) can post their campground reviews and add campgrounds.
- Create, Read, Update, Delete (CRUD) is availabe for the below mentioned:
- Campgrounds
- Users
- Reviews/Comments
- Session of users logged in will be maintained for seemless useability.
- Custom written middleware takes care of illegal access of privately owned data/permissions
by the user so that only Authenticated and Authorised Users have access to them. - Seaching Campgrounds by fizzy search.
- HTML5
- CSS3
- Vannila JavaScript
- Node.js
- Express.js
- MongoDB
- Passport.js
- Google Maps Embed API
Install MongoDB and Node.js locally on your machine.
git clone https://github.com/naveen-27/Yelp-Camp.git
cd Yelp-Camp
npm install
Then run mongod
and node index.js
in seperate terminals.
Go to localhost:3000