chore: initial project scaffolding with fastapi, docker and modular

structure
This commit is contained in:
2026-01-31 14:17:49 +01:00
parent 07e67cc086
commit 09239d8f8c
11 changed files with 185 additions and 1 deletions

4
app/api/v1/router.py Normal file
View File

@@ -0,0 +1,4 @@
from fastapi import APIRouter
api_router = APIRouter()
# Qui includi tutti i moduli (scope) che creerai