Radel-24 / councilvoter3000

A website to vote for the student council.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42 Council Voter 3000

This Docker container is build to run on a server and provide an easy to use interface for every student to vote for their councilors.

Build the docker container with:

make build

For starting the server:

make all

The Team

42 Heilbronn students: Alex, Jeremie, Kevin, Robin

Screenshots

For setting up your own election system, delete ./docker_django/HN_poll/db.sqlite3. Then change directory to ./docker_django/HN_poll, in your terminal type python3 manage.py migrate. Create a new admin account with python3 manage.py createsuperuser. Go to the website url /adminand enter your admin credentials. In the users table add a second user next to your admin with the name voter and the password given in the ./docker_django/secrets.env. After that you can set up all candidates in the candidates table.

About

A website to vote for the student council.


Languages

Language:Python 51.6%Language:HTML 43.9%Language:Dockerfile 2.9%Language:Makefile 1.5%