....... ................................................ ................................
The app will consist of:
└──Backend Folder
JavaScript(CubeJS and VueJS)
📦Covid-19-Chart
┗ 📦schema
┣ 📜CovidTimeseries.js
┣ 📜Orders.js
┣ 📜index.js
┣ 📜.env.example
┣ 📜.gitignore
┣ 📜package.json
┣ 📜package-lock.json
┣ 📜README.md
I used Postgres as my Database
- The data stored in the database was gotten from Centers for Disease Control and Prevention
- The app was deployed using Heroku and the link can be found here covid-dashboard-BE
```
git clone https://github.com/adefemi171/covid-19-chart.git
```
Using npm
```
npm install
```
```
npm start
```