chess.iamchristianbenitez.com
Explore the docs »
Table of Contents
The required python packages to run this application are found in requirements.txt
-
Clone the repo
git clone https://github.com/Christian267/Chess-Web-App
-
Create a and activate a virtual environment
python3 -m venv venv venv\scripts\activate
-
Install required packages
pip install requirements.txt
-
Initialize the database
BASH $ export FLASK_APP = chessapp $ flask init-db
CMD
> set FLASK_APP = chessapp > flask init-db
Powershell
> $env:FLASK_APP = chessapp > flask init-db
-
Run the Flask application and copy/paste the resulting url into your browser
python3 main.py
Christian Benitez - chrisbntz81@gmail.com
Project Link: https://github.com/christian267/Chess-Web-App