This project aims at improving user-experience for selecting campgrounds and helping people discover many more fascinating locations.
- MongoDB/MongoDBAtlas for database, Mongoose for ORM.
- ExpressJS for server library.
- Node.js for Environment
- Embedded JavaScript for templating.
- Passport.js for Authentication
git clone https://github.com/namandangi/YelpCamp
In the root of the backend project using
npm i
In the root directory of the backend using
node app.js
- Fork it (https://github.com/namandangi/YelpCamp/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request