Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 780 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 780 Bytes

Web site with login

A simple Node.js web site with a basic login form and sessions.

Requirements

Before you can run this project, you need the following:

  • Nodejs - If you are using Mac, I recommend installing nodejs via nvm.
  • Git

Getting Started

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