Basic online chess application made using Flask and Bootstrap 3. Refer to http://gabe-bessler/portfolio/Chess-App/ for a more thorough description of the project.
In order to run the application, create a virtual environment with the required dependencies,
pip install venv
source venv/bin/activate
pip install -r requirements.txt
and then execute
set FLASK_APP=app.py
python -m flask run
Tested on Python 3.7.