Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 665 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 665 Bytes

Yelp Camp

A review site for discovering and reciewing camp sites around the US

Installation

  1. Clone repo
  git clone https://github.com/jacobgad/yelp-camp.git
  cd yelp-camp
  1. Create .env file with enviroment variables listed bellow
  2. Install dependencies with npm
  npm install
  npm start
  1. Open your browser to http://localhost:3000

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT
SECRET
MONGO_URL

CLOUDINARY_CLOUD_NAME
CLOUDINARY_KEY
CLOUDINARY_SECRET

MAPBOX_TOKEN

Demo

https://yelpcamp.gad.engineer