Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 576 Bytes

MEAN-FB-login

FB login boilerplate using MEAN stack(work in progress)

Done

  1. Working Facebook login.
  2. Accepts name, email id , fbid, token
  3. Display above data on profile page using ejs
  4. Save details in MongoDb.

To be done

1.Angular part

Instructions

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

  1. Clone the repo
  2. Install packages: npm install
  3. Change out the 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:3000