Skip to content

YelpCamp is a fully functional nodejs webapp. It isa blog where users can log in to give descriptions of the places they have gone to camp and share their experiences with other users. It has a lot of other features

License

Notifications You must be signed in to change notification settings

sanketpathak64/YelpCamp

Repository files navigation

yelpcamp

Yelpcamp is fully functional NodeJs web app

This is a camping ground website which was actually developed during a code-along while following the-web-developer-bootcamp.

With yelpcamp, one can create and view data related to botcamps you know, including a picture of the bootcamp.

Getting Started

Prerequisites

  1. Node.js for running server-side JavaScript. You can find instructions on how to download and install Node.js for your computer here

  2. MongoDB (Community Edition preferrably) to store data. Instructions on downloading and installing MongoDB on your computer can be found here

Installing

Once you have Node.js and MongoDB installed on your computer,

  1. run git clone https://github.com/sanketpathak64/YelpCamp.git on your Git terminal.
  2. In the directory of the folder yelpcamp containing the files of the repositiory, open up the terminal and run npm install
  3. Once installation is complete, run npm start on the same terminal.
  4. Open your web browser and visit the address localhost:3000 and voila!
  5. Sign up to use the awesome features of the app!

Built With

  • Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • express - Fast, unopinionated, minimalist web framework for Node.js
  • MongoDB - The database for modern applications
  • Mongoose - Elegant MongoDB object modeling for Node.js
  • ejs - Embedded JavaScript templating

License

This project is licensed under the ISC License - see the LICENSE file for details. Readme template is taken from github

About

YelpCamp is a fully functional nodejs webapp. It isa blog where users can log in to give descriptions of the places they have gone to camp and share their experiences with other users. It has a lot of other features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published