Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 589 Bytes

express-authentication

Simple authentication app using express, node & passport.

Authenticate locally or through Facebook, Twitter or Google.

Prerequisites

Installation

  • git clone https://github.com/danielgynn/express-authentication.git
  • cd express-authentication
  • npm install
  • You will need a Mongo instance running. In a new terminal window run mongod
  • node app

Head over to http://localhost:3000