Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junajan/safetr

An app for making travelling safer
https://github.com/junajan/safetr

Last synced: 12 days ago
JSON representation

An app for making travelling safer

Awesome Lists containing this project

README

        

# express-authentication

Simple authentication app using express, node & passport.

Authenticate locally or through Facebook, Twitter or Google.

## Prerequisites

* [Git](http://git-scm.com/)
* [Node.js with npm](https://nodejs.org/en/)
* [MongoDB](https://docs.mongodb.org/manual/installation/)

## 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](http://localhost:3000)