https://github.com/jeffminsungkim/clientpanel
A complete client management system in Angular v4.
https://github.com/jeffminsungkim/clientpanel
angular firebase typescript
Last synced: about 1 month ago
JSON representation
A complete client management system in Angular v4.
- Host: GitHub
- URL: https://github.com/jeffminsungkim/clientpanel
- Owner: jeffminsungkim
- Created: 2017-11-08T01:44:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T15:22:33.000Z (over 8 years ago)
- Last Synced: 2025-02-25T04:32:29.679Z (over 1 year ago)
- Topics: angular, firebase, typescript
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clientpanel
## Brief Introduction
It is my **first Angular project**, and this project is basically about a complete client management system that uses [Firebase](https://firebase.google.com/) which is a cloud database maintained by Google. It includes real-time databases, authentication storage and much more.
The reason why I started building the client panel application is that to enhance my Front-End development skills to the next level. Looks pretty simple on the surface in comparison with big applications, but it's quite an in-depth app.
Generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.0
Integration with [Firebase](https://firebase.google.com/) via [AngularFire2](https://github.com/angular/angularfire2)
[Angular Flash Messaging](http://sachinchoolur.github.io/angular-flash/)
## Features
+ Components are all separately nested inside of the dashboard component.
+ Basic CRUD operations with Firebase.
+ Settings component that could disable the entire registration and could disable balance on add/edit.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).