Skip to content

The code from our meetup on July 25th, 2016

License

Notifications You must be signed in to change notification settings

Learn-by-doing/web-site-with-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The code from our meetup on July 25th, 2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published