Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 648 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 648 Bytes

mid_project_covid

Name: Khadija El Abidi

Covid Data Analysis

Usage

Configure PostgreSQL Database

  1. Run your PostgresSQL server (local or cloud).

  2. Configure .env file with POSTGRES_URI variable.

Load Datasets

  1. Run script to load datasets.
$ run_load_dataset.sh

Run API

  1. Run script to launch api.
$ run_api.sh

Run Dashboard

  1. Run script to launch dashboard.
$ run_dashboard.sh