Chess of Fortune ♟️ This is a web app designed for practicing chess Installation ▶️ Make sure you have python installed. run pip install -r requirements.txt create a .env file write your sql uri in .env like this DATABASE_URI = "your_database_uri" run with python app.py