Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.15 KB

Easy Node Authentication

Based on the scotch.io tutorial, replaced Mongoose for Mongodb by Sequelize for SQL (postgres) Replaced Twitter by Windowslive

Migration article

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone [email protected]:anneb/easy-node-authentication
  2. Install packages: npm install
  3. Change out the SQL database configuration in config/database.js
  4. Change out auth keys in config/auth.js
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:9090

The Original Tutorials