Skip to content

Build a user managment web application using angular, connected to firebase firestore database and diplay user data likes in graphic using hightcharts:bar_chart:.

License

Notifications You must be signed in to change notification settings

ahmnouira/user-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54a0c03 · Jan 2, 2020

History

6 Commits
Dec 4, 2019
Nov 28, 2019
Dec 4, 2019
Dec 4, 2019
Jan 2, 2020
Nov 28, 2019
Dec 4, 2019
Nov 28, 2019
Dec 5, 2019
Jan 2, 2020
Nov 28, 2019
Nov 28, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Nov 28, 2019
Jan 2, 2020
Jan 2, 2020
Nov 28, 2019
Nov 28, 2019
Nov 28, 2019
Nov 28, 2019

Repository files navigation

user-management-app

  • User Management App using Angular and Cloud Firestore database.

  • This app allows you to display likes in graphic using Highcharts.

Overview

index

data

Deploy the App to Firebase Hosting

  1. Build the project using ng build --prod.
  2. Install firebase CLI npm install -g firebase-tools.
  3. Login to your firebase acccount firebase login.
  4. Run firebase init to initialize the project.
    Upon the initializing the project you'll be asked a few questions like
  • Firebase CLI features.
  • Databse rules file.
  • Public directory. dist/<your-project-name> in this case dist/user-management-app.
  • Configure as Single-Page-App: y.
  • Overwite index.html: n.
  1. firebase deploy to deploy the application

This application is available at: .