initial commit, adding SQL connection and a simple testing on main

This commit is contained in:
Josepablo C.
2025-12-07 08:51:10 -06:00
commit bf78edeec0
16 changed files with 2406 additions and 0 deletions

20
db/README.md Normal file
View File

@@ -0,0 +1,20 @@
# ETAv2SQL
# MySQL Databse schema
![etaviaporte](./Models/assets/Modelv2.0.0.png)
# Docker
## Build Docker image
docker buildx build -t eta/eta-db
## Run Docker container
```{.sh}
docker run --name eta-db -d -p3306:3306 eta/eta-db
docker logs -f eta-db
```
Container will generate automatically a SQL root password