/yelpCamp

Yelp Camp is the final project requirement for the Web Developer Bootcamp by Colt Steele.

Primary LanguageJavaScript

YELP CAMP

Yelp Camp is the final project requirement for the Web Developer Bootcamp by Colt Steele.

Built With

Installation

if you dont have the project already, from your terminal:

git clone https://github.com/liambrewster/yelpCamp

This Command will copy a full project to your local environment

Install the node modules with:

npm install yelpCamp 

or from within your package.json file open the terminal and run

npm install.

to then run the server from within your package.json file pen the terminal and run

npm start.

this should confirm you have started and now running on localhost

Folder Structure

.
├── models
├── seed                      
├── utils     
├── views         
├── .gitignore
├── readme.md
├── app.js
├── schemas.js
└── package.json

Project Status

In Progress

Additional Feature above the Tutorial

  • Telegram Integration - i have added a telegram bot that will send a message to a group chat for evey New Campground, User & review but also when any of those are deleted.