- bcryptjs
- config
- connect-flash
- cors
- crud-db
- ejs
- express
- express-ejs-layouts
- express-fileupload
- express-session
- idgp
- joi
- jsonwebtoken
- lodash
- mongoose
- multer
- nodemailer
- passport
- passport-local
Note: You should have Node.js and MongoDb installed in your system.
Open terminal, clone this project and execute the following.
$ npm install
$ npm run dev
This will start your development server.
Dont forget to start mongodb:
PS C:/User/Documents/Development> mongod
$ sudo mongod