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

To run docker on 42 school macs use the toolbox and ./init_docker.sh
https://github.com/alexandregv/42toolbox

docker build -t poll_app .
docker run -it -p 8000:8000 -v $PWD:/poll_app poll_app
cd poll_app/backend/HN_poll
python3 manage.py runserver 0.0.0.0:8000

GitHub

View Github