Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 540 Bytes

yelpcamp

A RESTful web application showing a list of campsites around the world with description, pricing and reviews.

Check out the app here https://yelpcamp-9.herokuapp.com/

This app uses

Nodejs with express in backend and mongodb as the database to maintain user details as well as campground and comments data.

Auth

User authentication has been done via local-strategy using passportjs. Express-session is also used to maintain sessions.

View engine

EJS has been used as the view engine for this application.