Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 316 Bytes

File metadata and controls

16 lines (11 loc) · 316 Bytes

Python Architecture Example

This project details a proposed architecture standard for python apis. It uses FastAPI, but could be adapted to any python API framework.

It includes:

  • Directory Structure
  • Naming Conventions
  • PSR3 Compliant Logging
  • HTTP Testing

Usage

docker compose up --build