Demo application that shows how implement Facebook login with Angular 2 on frontend and Node.js/Express on backend that is impleenting REST API.
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.
- 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
angular2-node-fb-login is released under MIT License.