example-fastapi icon indicating copy to clipboard operation
example-fastapi copied to clipboard

Example of eventsourcing with FastAPI

example-fastapi

Example of eventsourcing with FastAPI

Getting Started

  1. Install dependencies
pip install -r requirements.txt
  1. Start FastAPI process
python main.py
  1. Open local API docs http://localhost:5000/docs