Maverick2502 / YelpCamp

This is a full-stack web application project for a startup called Yelp Camp. It is a web application designed to add, rate and review different campgrounds, different users(read campers) can put in their comments and concerns, so that it is a well informed and well prepared camping trip for other users.

Home Page:https://yelp-camp-2502.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YelpCamp

YelpCamp is one of the projects done as part of the course - The Web Developer Bootcamp by Colt Steele

It is a web application designed to add, rate and review different campgrounds, different users (read campers) can put in their comments and concerns, so that it is a well informed and well prepared camping trip for other users.

The code needs the following environment variables:

(CLOUDINARY Registration is needed which is really simple and quick)

  • CLOUDINARY_CLOUD_NAME
  • CLOUDINARY_KEY
  • CLOUDINARY_SECRET
  • MAPBOX_TOKEN* (included in the code)

All of these are obtainable from your Cloudinary account.

Initialization

Run npm install to install required packages.

Then, run nodemon or node app.js to start the server.

In case, you need to update your seeds run node seeds/index.js

Access through http://localhost:3000/

The app has been deployed with Heroku, and can be accessed through https://yelp-camp-2502.herokuapp.com/

Built with

Front-end

Back-end

Feel free to clone and play around

git clone https://github.com/Maverick2502/YelpCamp.git
          

Screenshots

About

This is a full-stack web application project for a startup called Yelp Camp. It is a web application designed to add, rate and review different campgrounds, different users(read campers) can put in their comments and concerns, so that it is a well informed and well prepared camping trip for other users.

https://yelp-camp-2502.herokuapp.com/


Languages

Language:JavaScript 85.5%Language:EJS 8.4%Language:CSS 6.1%