- Node.js
- Express
- Session & Validation
- MongoDB & Mongoose
- Handlebars Templating
- Passport.js Authentication
- BCrypt Hashing
- Multer
1.0.0
- In app.js rename the mongoose connection to database to your own or download mongodump files from repository
Install the dependencies
$ npm install
Install multer
$ npm install multer --save
Run app
$ npm start