Small dashboard showing different network cell KPIs.
This was my first web app and it was early 2016, so, Angular seemed a good option to start with.
The backend was done in raw Php and MySql as the database, nothing brilliant there, just some functions to filter the database...
This project was generated with angular-cli version 1.0.0-beta.15.
Clone the repo and do:
$ git clone https://github.com/mtzfactory/stats_cli.git
$ cd stats_cli
$ npm install
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.
Remember that you need your own MySql server and you have to edit the configuration settings in connect2.php
.