Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 344 Bytes

File metadata and controls

12 lines (10 loc) · 344 Bytes

fastapi-backend-template

  • My FastAPI back-end template used in my projects
  • Backend API framework: FastAPI
  • Job scheduler: arq
  • Runtime environment: Docker
  • Folder structure:
    • app:
      • cronJob: scheduled jobs set up via arq
      • database: functions related to database operations
      • routers: API functions