The goal of this project is to play with ormar orm and fastapi. For this purpose I decided to create an api allowing to play tic-tac-toe game.
You need to have poetry package manager installed. After that you can run the following commands:
poetry install
poetry shell
alembic upgrade head
Then you can start an application with:
uvicorn tic_tac_toe.main:app
The rules of tic-tac-toe game can be easily found on the web. Here is a french documentation.