chore: bootstrap initial HLL Vietnam project structure

This commit is contained in:
devRaGonSa
2026-03-19 10:46:29 +01:00
commit 8a35ed02f9
18 changed files with 473 additions and 0 deletions

5
backend/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Backend
Esta carpeta queda preparada para la futura implementación del backend principal en Python.
En esta fase inicial no se incluye lógica funcional ni servicios activos. La intención es reservar una estructura clara para incorporar la aplicación, dependencias y configuración sin reorganizar el repositorio más adelante.

1
backend/app/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Base package for the future HLL Vietnam Python backend."""

1
backend/requirements.txt Normal file
View File

@@ -0,0 +1 @@
# Dependencias del backend Python se definiran en fases posteriores.