FB login boilerplate using MEAN stack(work in progress)
- Working Facebook login.
- Accepts name, email id , fbid, token
- Display above data on profile page using ejs
- Save details in MongoDb.
1.Angular part
If you would like to download the code and try it for yourself:
- Clone the repo
- Install packages:
npm install
- Change out the 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:3000