This is a user login and registration app using Node.js, Express, Mongoose, EJS and express-sessions.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ❤️
You need to have installed Node.js and Npm
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y npm
Also install MongoDB in your System
npm install
nodemon server.js
Code is Running on
https://nodejs-register-login-app.herokuapp.com
😍 Thanks