This is a basic session based user authentication system by using express and mongoDB
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
You need node js installed to your local machine.
I used a npm package name bcrypt that required python. Make sure you have installed python on your local machine.
For setup python on your npm dependency management run this command:
npm config set python [python.exe file address of your local machine]
npm config set python "C:\Users\User\AppData\Local\Programs\Python\Python36-32\python.exe"
Make sure you have installed MongoDB on your local machine.
MongoBD - MongoDB website
To connect MongoDB with the app, use your MongoDB connection string into app.js :

Run this command for install all the packages i used:
npm install
To run the server, use:
npm start
- Md Maruf Ahmed - Font end developer - Qbytesoft