This is an upgraded version of full-stack web application project from The Web Developer Bootcamp course on Udemy by Colt Steele.
Project Link: https://yelp-camp-1s3s.onrender.com/
- User Authentication (Log In and Register) and Authorization (Post, Edit, Delete or Rate Campground)
- Campground Star Rating
- Cluster Map
- Image Upload
To run this project on your local machine, follow the instructions below.
- Clone the repo
git clone https://github.com/firehawk89/YelpCamp.git
- Install dependencies using NPM or YARN
# Using npm
npm install
# Using yarn
yarn install
-
Get a Mapbox and a Cloudinary API keys
-
Create a
.env.development
file based on the.env.example
file. Then, insert your keys and other info in it. -
Run the local server
npm start
Distributed under the MIT License. See LICENSE
for more information.