A simple token based voting system
clone the repository
in root directory
run nix-shell
run ./manage.py makemigrations
run ./manage.py migrate
run ./manage.py runserver
app can be found on localhost, port 8000
install django dependency
run pip3 install --user django==2.2.27
run ./manage.py makemigrations
run ./manage.py migrate
run ./manage.py runserver
app can be found on localhost, port 8000