$ git clone https://github.com/lexhouk/goit-pyweb-hw-12.git
$ cd goit-pyweb-hw-12
$ poetry install
$ docker compose up -d
$ alembic upgrade head
$ docker compose up -d
$ poetry shell
$ python main.py
All available endoints can be viewed in Swagger UI or ReDoc, and can only be tested in the former.