https://github.com/ahmnouira/user-management-app
Build a user managment web application using angular, connected to firebase firestore database and diplay user data likes in graphic using hightcharts:bar_chart:.
https://github.com/ahmnouira/user-management-app
angular angular-highcharts firebase-cli firebase-cloud-firestore firebase-firestore-database firebase-hosting firestore firestore-database graphic semantic semantic-ui user-management
Last synced: 4 months ago
JSON representation
Build a user managment web application using angular, connected to firebase firestore database and diplay user data likes in graphic using hightcharts:bar_chart:.
- Host: GitHub
- URL: https://github.com/ahmnouira/user-management-app
- Owner: ahmnouira
- License: mit
- Created: 2019-11-30T17:50:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:10:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T14:07:14.562Z (4 months ago)
- Topics: angular, angular-highcharts, firebase-cli, firebase-cloud-firestore, firebase-firestore-database, firebase-hosting, firestore, firestore-database, graphic, semantic, semantic-ui, user-management
- Language: TypeScript
- Homepage: https://linuxtest-b6316.web.app/
- Size: 2 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# user-management-app
* User Management App using Angular and [Cloud Firestore](https://firebase.google.com/docs/firestore) database.
* This app allows you to display likes in graphic using [Highcharts](https://www.highcharts.com/).
# Overview


### 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/` in this case `dist/user-management-app`.
* Configure as Single-Page-App: `y`.
* Overwite `index.html`: `n`.5. `firebase deploy` to deploy the application