Skip to content

A Django Web App that let's friends and family vote in a group for the Eurovision Song Contest

License

Notifications You must be signed in to change notification settings

ddunne6/eurovote

Repository files navigation

Eurovote

Build and Deploy App

A voting app for the Eurovision Song Contest. Host the Django Web App to let your friends and family rate each finalist out of 10.

Installation

Use the package manager pip to install the dependencies.

pip install -r requirements.txt

Create a '.env' file with the following keys:

DJANGO_SECRET_KEY=...
DEBUG=true/false
DEVELOPMENT=true/false

Migrate the local SQLite database.

python manage.py migrate

Run the web application

python manage.py runserver

Features

  • User authentication system (login/logout/register)
  • Set countries and their running order
  • Rate each country out of 10
  • View other users' ratings

alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A Django Web App that let's friends and family vote in a group for the Eurovision Song Contest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published