Application de tests statistiques flask

To use this project you need to run these commands(on windows):
#Create virtual environnment python -m venv venv

#Activate the virtual env venv\Scripts\activate

#Install dependencies pip install -r requirements.txt
#set FLASK_APP env variable set FLASK_APP=app/app.py
#set FLASK_DEBUG env variable set FLASK_DEBUG=1
#set SECRET_KEY env variable(choose 48 random alphanum + specials charac) set SECRET_KEY= for example,you can also use the gen_secret_key function
#Run this command flask run