All Projects → GenFirst → angular2-node-fb-login

GenFirst / angular2-node-fb-login

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

Programming Languages

CSS
56736 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to angular2-node-fb-login

ng2-stompjs-demo
Angular 2 demo using stomp.js in Typescript
Stars: ✭ 42 (-23.64%)
Mutual labels:  angular2, angular-cli
YOP
Year Of Programmers: 개발자 회고록 아카이브
Stars: ✭ 42 (-23.64%)
Mutual labels:  angular2, angular-cli
Angular2 Crud Rest
Sample Angular (2.x and 4.x) app: CRUD example + routing
Stars: ✭ 152 (+176.36%)
Mutual labels:  angular2, angular-cli
Ng Packaged
An Angular library packaged by ng-packagr
Stars: ✭ 109 (+98.18%)
Mutual labels:  angular2, angular-cli
HIMS
Hospital Information Management System create using Node Js
Stars: ✭ 41 (-25.45%)
Mutual labels:  passportjs, bootstrap3
Ng Pi Admin
Angular admin http://treesflower.com/ng-pi-admin
Stars: ✭ 131 (+138.18%)
Mutual labels:  angular2, angular-cli
Angular4 Docker Example
Efficiently Dockerized Angular CLI example app
Stars: ✭ 212 (+285.45%)
Mutual labels:  angular2, angular-cli
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (+2225.45%)
Mutual labels:  angular2, angular-cli
Ng Pokedex
🐵 Pokedex progressive web app built with Angular
Stars: ✭ 245 (+345.45%)
Mutual labels:  angular2, angular-cli
Blog Angular
Angular 笔记
Stars: ✭ 238 (+332.73%)
Mutual labels:  angular2, angular-cli
Anvel
Angular 2 Laravel Starter Kit
Stars: ✭ 102 (+85.45%)
Mutual labels:  angular2, angular-cli
AuthGuard
Example repo for guarding routes post
Stars: ✭ 42 (-23.64%)
Mutual labels:  angular2, angular-cli
Angular4 Primeng Admin
angular4-primeng-admin @angular/cli开发的后台模板
Stars: ✭ 99 (+80%)
Mutual labels:  angular2, angular-cli
Paper Kit 2 Angular
Free Bootstrap 4 UI Kit for Angular 2+
Stars: ✭ 133 (+141.82%)
Mutual labels:  angular2, angular-cli
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (+78.18%)
Mutual labels:  angular2, angular-cli
Angular2 Login Seed
(deprecated) Seed app w/ Angular2, Node, Express, and OAuth login
Stars: ✭ 181 (+229.09%)
Mutual labels:  angular2, passportjs
Angular2
Angular 2 Seed
Stars: ✭ 75 (+36.36%)
Mutual labels:  angular2, angular-cli
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+2192.73%)
Mutual labels:  angular2, angular-cli
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+303.64%)
Mutual labels:  angular2, angular-cli
cloud-speech-and-vision-demos
A set of demo applications that make use of google speech, nlp and vision apis based in angular2
Stars: ✭ 35 (-36.36%)
Mutual labels:  angular2, angular-cli

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].