A simple Node.js web site with a basic login form and sessions.
Before you can run this project, you need the following:
Clone this repository:
git clone https://github.com/Learn-by-doing/web-site-with-login.git
Change into the new directory:
cd web-site-with-login
Install node modules:
npm install
Start the node app:
npm start
You should see the following message in your terminal window:
Example app listening on port 3000!
Open up your browser and navigate to localhost:3000