Skip to content

A simple backend web application to know the covid situation back then, that represents in graphs to visualize :)

Notifications You must be signed in to change notification settings

Spidey03/covid_19_dashboard

Repository files navigation

ib_miniprojects_backend

setup virtualenv

pip install virtualenv
virtualenv .venv

install requirements

pip install -r requirements.txt

# if you ran into any issue with kerbrose package install below system dependencies
sudo apt-get install krb5-config libkrb5-dev libssl-dev libsasl2-dev libsasl2-modules-gssapi-mit python3.7-dev python3-dev -y

running django management commands & usage

source .venv/bin/activate
export DJANGO_SETTINGS_MODULE=ib_miniprojects_backend.settings.local
python manage.py build -a mini_projects
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

A simple backend web application to know the covid situation back then, that represents in graphs to visualize :)

Topics

Resources

Stars

Watchers

Forks

Packages