Skip to content

jeetu-sah/node-store

Repository files navigation

node-store

Package

npm install eslint-config-standard Description : Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Tempplating Engine

npm i ejs
https://github.com/mde/ejs/blob/master/docs/syntax.md

Database Connectivity

npm i mongoose
https://mongoosejs.com/

Manage request and parameter from url

npm i request
https://www.npmjs.com/package/requests

To parse form data

npm i body-parser
https://www.npmjs.com/package/body-parser

To save encrypted password

npm i --save bcrypt
https://www.loginradius.com/blog/async/hashing-user-passwords-using-bcryptjs/

For form validation package

npm i @hapi/joi
https://www.npmjs.com/package/@hapi/joi

For Login authentication passport

npm install passport
http://www.passportjs.org/

For store session into database

npm i connect-mongo
https://www.npmjs.com/package/connect-mongo

For display flash messages

npm uninstall express-flash

For .env file package

npm i dotenv

https://www.npmjs.com/package/dotenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published