This project is deployed on Heroku: https://yelp-camp-2022-grounds.herokuapp.com/
YelpCamp is a platform where users can create and post reviews to campgrounds. This project is refered from Colt Steele's web dev course on udemy.
- Register, login and logout
- Display a list of campgrounds
- Login user can create, edit, and delete campgrounds
- Login user can create, delete reviews to the campground created by self
- Node.js + express - web application framework
- MongoDB + Mongoose - database and MongoDB object modeling
- ejs - Embedded JavaScript templating to show HTML markup in JavaScript
- bootstrap - css styling
- Passport - user authentication
- Cloudinary - Remote cloud to store images
- Mapbox - Map and coordinates display