Resheba / CQRS-fastapi

CQRS & Mediator pattern template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Target

Simple forum and chat (CRUD) API built on CQRS-like pattern. Template for patterns.

Feature Tasks

  • docker
    • PostgreSQL
    • Kafka
    • Compose
  • Application
    • Core
    • Exceptions
    • Routers
      • Users
      • Posts
      • Chat
  • Domain
    • Commands
    • Descriptors
    • Entities
    • Queries
    • Events
    • Exceptions
  • Infrastructure
    • Commands
    • Events
    • Exceptions
    • Queries
    • Repositories
    • Mediator

Tests Tasks

  • Application
    • Core
    • Routers
      • Users
      • Posts
      • Chat
  • Domain
    • Commands
    • Descriptors
    • Entities
    • Events
  • Infrastructure
    • Commands
    • Events
    • Queries
    • Repositories
    • Mediator

About

CQRS & Mediator pattern template


Languages

Language:Python 99.7%Language:Makefile 0.3%