A web app created for sharing and reviewing campgrounds. Created following the Web Developer Bootcamp by Colt Steele.
On YelpCamp, users can share and review campsites all around the world.
This website was created using Node.js, Express, Passport, MongoDB, Bootstrap, Mapbox, and Cloudinary.
-
First, install and setup MongoDB.
-
Create accounts for both Mapbox and Cloudinary. In an env file within the YelpCamp directory, add the CLOUDINARY_CLOUD_NAME, CLOUDINARY_CLOUD_KEY, CLOUDINARY_SECRET, and MAPBOX_TOKEN.
-
cd YelpCampnpm installnode index.js -
Visit localhost:8080.


