Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/junajan/safetr
- Owner: junajan
- Created: 2017-06-23T21:08:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T10:31:56.000Z (over 7 years ago)
- Last Synced: 2024-10-30T07:48:41.275Z (about 2 months ago)
- Language: HTML
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)