This is a fully functional web application YelpCamp. You can add/delete campgrounds. You can add/delete comments. User authentication and authorization included.
Languages and Frameworks Used: Front-End: HTML, CSS, JAVASCRIPT, BOOTSTRAP 3 Back-End: NODEJS, EXPRESS database: MONGODB, MONGOOSE
Along with npm, body-parser, passport, passport-local, passport-local-mongoose and few other such libraries.
PORT and IP for server to listen are given using environment variables: process.env.PORT, process.env.IP. You can change this according to your server and machine. You can find this in app.js file.
Hosted on Heroku and MongoLab servers.
Still further improvements in UI are needed.