1
0

created Vert.X folder

This commit is contained in:
Jose
2025-03-02 22:51:31 +01:00
parent 70f317a3bb
commit 5d60d96567
13 changed files with 11 additions and 0 deletions

4
backend/fastapi/.env Normal file
View File

@@ -0,0 +1,4 @@
# esto esta aqui porque es un entorno local
# y además un usuario y contraseña bastante
# genéricos
DB_URL = "mysql+aiomysql://root:root@localhost:3306/DAD"