Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 778 Bytes

Installation

Clone the repository:

> git clone https://github.com/dvdmarchetti/abilita-reports.git
> cd abilita-reports
> cp .env.example .env

Edit .env file with the database settings and migrate the database schema and hook up a PHP server:

> php artisan migrate
> php artisan serve

You can run the dashboard with the integrated php server at http://localhost:8000/dashboard.

Data Ingestion

To import data first put the excel files in the storage/app/input folder. Then open up the dashboard and click the refresh button.

Any validation error during the import phase of the input data will be stored and reported in the dashboard.

Query Results

After the import phase is complete, you can query query results at http://localhost:8000/queries