Skip to content

heshamelmasry77/angular-data-driven-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Registration

It is a simple angular application for user authentication. This Application can be integrated to any web application without any problems. angularreg application is integrated to Google Firebase and i am using email authentication. On Firebase you have all your registred users and you will have also a database for the registred users. The project is using # Gulp for application automation.

The project is divided to three man folders (CSS, JS, VIEWS).

  • CSS : You will find the style sheet.
  • JS : Is where my app.js live.
  • View : Is where my view pages live.

The JS folder is divided to two main folders (controllers and services)

To run the project:

Make sure you have these installed - node.js - git - gulp

Navigate to the project then :

  • simpley Clone > git clone
  • CD to the folder cd angularreg
  • Run > npm install` to install the project dependencies
  • Run > gulp