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