Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 400 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 400 Bytes

Campground-Crud

yelpcamp CRUD application

How to Install

Clone the app:

git clone https://github.com/leonyangela/campground-crud.git

Install node_modules:

npm install

Add new file inside folder: ".env" Add Mapbox and Mongodb url inside .env:

MAPBOX_TOKEN=your_token
MONGODB_URL=your_token

note: Remove any whitespace on token.

Run the app:

npm start