Implement real, working microservices architecture

This commit is contained in:
2026-01-06 17:28:25 +03:00
Unverified
parent c7c9d9606d
commit 75ef3fc604
52 changed files with 2088 additions and 165 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
from constants import *
from db import *
from models import *
from validation import *
from utils import *
from dependencies import *
from backend.shared.constants import *
from backend.shared.db import *
from backend.shared.models import *
from backend.shared.validation import *
from backend.shared.utils import *
from backend.shared.dependencies import *
from app import *