/black-hole-flask

A messy flask app for a simple web multiple choice game.

Primary LanguageJavaScript

black-hole-flask

A messy flask app for a simple web multiple choice game.

Follow this instructions to execute this app:

only for Windows, because Linux guys don't need guidance for sure!
git clone https://github.com/edurbrito/black-hole-flask.git 
cd BlackHole                    
python -m venv blackenv
cd blackenv/Scripts
activate

cd BlackHole                    
pip install -r requirements.txt
python runserver.py