Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 356 Bytes

File metadata and controls

9 lines (7 loc) · 356 Bytes

FastAPI SNS API Project Structure

  • main.py (entrypoint)
  • models.py (SQLAlchemy models)
  • schemas.py (Pydantic schemas)
  • database.py (DB connection/init)
  • openapi.yaml (OpenAPI spec, already present)

All code will reside in the python directory. Proceeding to create or update main.py as the entrypoint, and will scaffold supporting files as needed.