CampingDots is a website to create and review campgrounds. This project is inspired by Colt Steele's Web Development Bootcamp.
This project is built using NodeJS, ExpressJS, MongoDB.
- Create, update and delete Campgrounds.
- Add, delete reviews to Campgrounds.
- Register and Login using PassportJS.
- View Campgrounds created by each user.
- Install MongoDB, NodeJS.
- Clone this repo.
- Install project dependencies.
cd campingdots
npm install
4. In terminal, run
```npm start```
5. Then go to localhost:3000.