example-fastapi
July 21, 2021 ยท View on GitHub
Example of eventsourcing with FastAPI
Getting Started
- Install dependencies
pip install -r requirements.txt
- Start FastAPI process
python main.py
- Open local API docs http://localhost:5000/docs
July 21, 2021 ยท View on GitHub
Example of eventsourcing with FastAPI
pip install -r requirements.txt
python main.py