https://github.com/pranavpanchal/yelpcamp
⛺ A MEN stack web application that implements REST operations to allows users to view and manage campground sites
https://github.com/pranavpanchal/yelpcamp
udemy-tutorial
Last synced: 13 days ago
JSON representation
⛺ A MEN stack web application that implements REST operations to allows users to view and manage campground sites
- Host: GitHub
- URL: https://github.com/pranavpanchal/yelpcamp
- Owner: pranavpanchal
- Created: 2018-07-04T02:42:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T02:49:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T18:01:53.242Z (over 1 year ago)
- Topics: udemy-tutorial
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yelp Camp
## Setup
Firstly, clone this repo onto your machine:
- `$ git clone https://github.com/PranavPanchal/YelpCamp.git` in your command line/ terminal
Make sure you have NodeJS installed for the next steps and are in the correct directory:
- Run `$ npm install` or `$ yarn install`
- Then run `$ npm run` or `$ yarn start`
- Then finally, open your browser and the app will be served on `localhost:3000`
## Built from
* [Udemy Course](https://www.udemy.com/the-web-developer-bootcamp/)