Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 457 Bytes

FlaskApp

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.

Testing

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.