This is a simple node app for basic login and signup of a user which uses session.
Steps to run it on your machine :
- Open the project in you code editor
- Open terminal and type "npm install"
- Start mongoDB on your Machine
- Type "npm start" in terminal
- Open your browser and visit "localhost:3000"