An open API service indexing awesome lists of open source software.

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

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/)