vectoroid / fastapi-eventsourcing-example

Example of integrating eventsourcing with FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of integrating eventsourcing with FastAPI

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%