Contents
WeCamp is a web based application that allows users to create, manage, and review campgrounds.
- Register using valid credentials
- Create a new campground
- Update a campground
- Browse all campgrounds
- Review a camground
It is deployed on Heroku. To run this application locally, follow the instructions below.
- Install and run MongoDB locally.
- Create an account on Cloudinary and get the API key and secret code.
- Create an account on MapBox and get the token.
- Clone this repository on your local machine
- Install all the dependencies using node package manager
- Create a
.env
file in the root directory and store the Cloudinary cloud name, key, secret, and MapBox token
- Run the MongoDB server locally on your machine.
- Run the application locally through terminal.
- The website can be accessed from your machine locally at the url
http://localhost:3000/
.