Based on the scotch.io tutorial, replaced Mongoose for Mongodb by Sequelize for SQL (postgres) Replaced Twitter by Windowslive
If you would like to download the code and try it for yourself:
- Clone the repo:
git clone [email protected]:anneb/easy-node-authentication
- Install packages:
npm install
- Change out the SQL database configuration in config/database.js
- Change out auth keys in config/auth.js
- Launch:
node server.js
- Visit in your browser at:
http://localhost:9090