This is simple application Register and Login basic javascript with NodeJS
- https://docs.mongodb.com/manual/installation/
- create database on your local mongodb named
auth-javascript
- thats it
git clone https://github.com/reyadek/auth-javascript.git
cd auth-javascript
npm install
npm start
used for framework web application
used for view engine
used for flash message and cookie
used for schema-based solution to model your application data MongoDB
used for validation data
used for automatically restarting the node application when file changes
used for encrypt password
used for encrypt password
used for secure environment key
used for authentication middleware
used for strategy for authenticating with a username and password
Cheers