To run:
Install dependencies: pip install -r requirements.txt
Command to load db: uvicorn backend.main:app
After database has loaded completely, the console should look like this:

For the frontend: Run dashboard.html
Built on FastAPI, Python, SQLITE, d3.js, HTML, CSS
4 charts created:
Scatterplot chart with bubbles as dots
X-axis: Current health expenditure (% of GDP)
Y-axis: Life expectancy at birth (years)
Chloropleth chart
Average life expectancy of every country between a period of time
Racing bar chart
X-axis: Causes of death over time (% of total deaths)
Y-axis: Different causes of death
Multiple line chart
X-axis: Years
Y-axis: Life expectancy at birth (years)