toxilab-bi

About TOXILAB-BI

TOXILAB-BI is an application used for the decision making process of clinical laboratories. It includes integrated chat to generate informative reports by querying the database with the help of artificial intelligence through Google APIs.

Installation

1. Clone the repository

git clone git@github.com:alfargenis/toxilab-bi.git

2. Copy .env

cp .env.example .env

3. Configure .env

GEMINIS_API_KEY=YOUR_API_KEY

4. Install depedencies

composer install

5. Generate Key

php artisan key:generate
php artisan storage:link

7. Migrate database

php artisan migrate

8. Database seeders

php artisan db:seed

9. Reset antrian every day with cron job

php artisan schedule:work

10. Run application

php artisan serve

Note. username: admin & password: @Admin123