Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 411 Bytes

Chess of Fortune ♟️

This is a web app designed for practicing chess

image

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