Skip to content

An upgraded version of Node.js web app project from the "The Web Developer Bootcamp" course on Udemy by Colt Steele.

License

Notifications You must be signed in to change notification settings

firehawk89/YelpCamp

Repository files navigation

YelpCamp Project

This is an upgraded version of full-stack web application project from The Web Developer Bootcamp course on Udemy by Colt Steele.

Project Link: https://yelp-camp-1s3s.onrender.com/

YelpCamp preview.

Features

  • User Authentication (Log In and Register) and Authorization (Post, Edit, Delete or Rate Campground)
  • Campground Star Rating
  • Cluster Map
  • Image Upload

Built With

Getting Started

To run this project on your local machine, follow the instructions below.

  1. Clone the repo
git clone https://github.com/firehawk89/YelpCamp.git
  1. Install dependencies using NPM or YARN
# Using npm
npm install

# Using yarn
yarn install
  1. Get a Mapbox and a Cloudinary API keys

  2. Create a .env.development file based on the .env.example file. Then, insert your keys and other info in it.

  3. Run the local server

npm start

License

Distributed under the MIT License. See LICENSE for more information.

About

An upgraded version of Node.js web app project from the "The Web Developer Bootcamp" course on Udemy by Colt Steele.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published