farih96 / Morocco-COVID19-Tracker-laravel-oracle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 TRACKER WITH LARAVEL ,CHARTJS AND ORACLE DATABASE

the app fetch data stored by an admin in an oracle database using yajra/laravel-oci8 package which is an Oracle DB driver for Laravel the fetched data s displayed using chartsjs.

you will find all the fucntion , procedure, datatype and tables used in database in .oracle folder

how to setup this repo on your machine

  1. git clone THIS REPO URL
  2. cd into the folder and run composer install
  3. Install NPM Dependencies npm install or yarn
  4. Create a copy of your .env file cp .env.example .env,and fill it with your database information,
  5. Generate an app encryption key php artisan key:generate
  6. setup oracel configuration .
  7. run development server php artisan serve

Data Source

all the data in this example is randomly generated with laravel factory

Screenshots

About


Languages

Language:PHP 62.7%Language:HTML 27.0%Language:PLSQL 6.0%Language:SQLPL 4.1%Language:Vue 0.3%