A COVID-19 dashboard focused on Egypt, Africa & Arab League analytics.
- Worldwide Results
- Egypt Results
- Africe & Arab League Results
- Mobile Screenshots
- Install python 3
- Install requirements.txt dependencies with pip
- Set the environment variable DATABASE_URL to db.dev location
python3 manage.py run
to run the API server- Navigate to any of the API urls /api/reports
- Install node 10 or higher
npm install
to install the dependenciesnpm run dev
to start nuxt development server