balajinix / school-quiz

A quiz app for my daughter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz

dev env

conda create -n nafl python=3.9.16 anaconda
conda activate nafl pip install -r requirements.txt
python app.py

docker

sudo docker build -t nafl-quiz .
sudo docker run -d -p 7860:7860 nafl-quiz

About

A quiz app for my daughter


Languages

Language:Python 97.2%Language:Dockerfile 2.8%