Skip to content

manjeet13/yelpcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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.