CampingDots

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.

2021-12-21 (1)

2021-12-21

Features

  • Create, update and delete Campgrounds.
  • Add, delete reviews to Campgrounds.
  • Register and Login using PassportJS.
  • View Campgrounds created by each user.

Run it locally

  1. Install MongoDB, NodeJS.
  2. Clone this repo.
  3. Install project dependencies.
cd campingdots
npm install
4. In terminal, run
```npm start``` 
5. Then go to localhost:3000.