A Node.js web application project It is a web application designed to add, rate and review different campgrounds, different users(read campers) can put in their comments and concerns, so that it is a well informed and well prepared camping trip for other users.
- For Live Demo go to https://pure-brushlands-95802.herokuapp.com/
- Video Recorded: https://drive.google.com/file/d/1DiiT6MCCE-4n37MjAjQip_T9j8ScCW2r/view?usp=sharing
-
Authentication:
- User login with username and password
-
Authorization
- One cannot manage posts and view user profile without being authenticated
- One cannot edit or delete posts and comments created by other users
-
Manage campground posts with basic functionalities:
-
Create, edit and delete posts and comments
-
Upload campground photos
-
Display campground location on Google Maps (working on it)
-
Search existing campgrounds
-
-
Manage user account with basic functionalities
-
Flash messages responding to users' interaction with the app
-
Responsive web design
-
-
Custom Enhancements (under construction)
-
Update campground photos when editing campgrounds
-
Update personal information on profile page
-
This app contains API secrets and passwords that have been hidden deliberately, so the app cannot be run with its features on your local machine. However, feel free to clone this repository if necessary.
- Clone or download this repository
npm install
- Front-end
- ejs Google Maps APIs
- Bootstrap
- Back-end
- express
- mongoDB
- mongoose
- passport
- passport-local
- express-session
- method-override
- Heroku
- Cloud9
MIT