Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 366 Bytes

Boilerplate / tutorial for an authentication system using OAuth.io, express, angular, mongodb

First, check mongodb is installed and running.

Install the repository:

git clone git@github.com:oauth-io/tutorial-authentication.git
cd tutorial-authentication
npm install
node app.js

Then you can check http://localhost:3000