Campgrounds in India This is a simple Web App which lets you add Campgrounds , leave a review to a specific campground based on the viewer’s choice with user authenticaltion . All the above features are possible if the user is logged in or registred only .For viewing the campgrounds you need not login you can get the preview of the campground by clicking on Read More .
1 Fork the repository
2 Clone your fork git clone https://github.com/<your_username>/ampgrounds.git
3 Add a remote to the original repo as upstream git remote add upstream https://github.com/YASHMAROO/Campgrounds.git
4 install dependencies Cammand: npm install
5 serve with localhost:3000 Command: node app.js
The following are thre prererquisites to run the webapp 1.Node JS Download from https://nodejs.org/en/download/ 2. npm Download from https://www.npmjs.com/get-npm 3. nodemon [Optional] Command: npm install -g nodemon This is for hot reload 4. mongodb Check out the given link: https://docs.mongodb.com/manual/installation
• Express - The web framework used
• npm - Dependency Management
• mongodb - Databse for storing data
• Yash Maroo – Initial Work on Campgrounds