Clone the repository using
Edit settings.py in add_data/settings.py to include your database configuration
Also, note that the csv file am using is from Centers for Disease Control and Prevention and dated 12th August, 2020
After making the changes run:
python manage.py makemigrations
Then run
python manage.py migrate
Finally run the development server using
python manage.py runserver
Head over to your browser and you can either send a request or enter in the url http://127.0.0.1:8000/