Skip to content

namandangi/YelpCamp

Repository files navigation

YelpCamp

HitCount

This project aims at improving user-experience for selecting campgrounds and helping people discover many more fascinating locations.

Technology Stack

  1. MongoDB/MongoDBAtlas for database, Mongoose for ORM.
  2. ExpressJS for server library.
  3. Node.js for Environment
  4. Embedded JavaScript for templating.
  5. Passport.js for Authentication

Build Instructions

1. First the clone the repository locally by

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

2. Install all packages

In the root of the backend project using

npm i

3. Run the server

In the root directory of the backend using

node app.js

Contributing

  1. Fork it (https://github.com/namandangi/YelpCamp/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request