/python-database-project

A backend database storage for a chess opening web app.

Primary LanguagePython

Run

  • python3 -m pip install -r requirements.txt or -pip install -r requirements.txt in the venv to get all the dependencies needed for python. You also need to make a file in the root directory called password that contains your root password (to log into mysql). After that you can simply run python3 chessbase.py.