Example of eventsourcing with FastAPI
- Install dependencies
poetry env use python3.12
poetry install --no-root- Start FastAPI process
uvicorn main:app --reload- Open local API docs http://127.0.0.1:8000/docs
Youtube : https://youtu.be/SNQRRekBulU
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example of eventsourcing with FastAPI
poetry env use python3.12
poetry install --no-rootuvicorn main:app --reloadYoutube : https://youtu.be/SNQRRekBulU