angular2-node-fb-login icon indicating copy to clipboard operation
angular2-node-fb-login copied to clipboard

Demo application that shows how to enable Facebook login with Angular 2 on frontend and Node.js/Express on backend

angular2-node-fb-login

Demo application that shows how implement Facebook login with Angular 2 on frontend and Node.js/Express on backend that is impleenting REST API.

About

This application was created as material that is described in the blog post. As Angular 2 seed we have used project that is described in post that we have published earlier.

What you need to install

How To Start Application?

  • Start MongoDB - our application expects that there is fb-demo database in MongoDB
  • Go to frontend folder
    • npm install
    • ng serve
  • Go to backend folder
    • npm install
    • gulp develop

License

angular2-node-fb-login is released under MIT License.