[add]: eco models

This commit is contained in:
VivianDee
2025-07-30 09:19:43 +01:00
parent cb0d9938c6
commit bcb4ae183d
10 changed files with 198 additions and 1 deletions
+2
View File
@@ -70,6 +70,7 @@ You can check if the Flask application is running by accessing the `/health` end
```bash
curl http://localhost:4500/health
curl http://localhost:4500/eco/health
```
If the application is running properly, you should receive a response similar to this:
@@ -87,6 +88,7 @@ You can check the Swagger Doc by accessing the `/documentation` endpoint. Run th
```bash
curl http://localhost:4500/documentation
curl http://localhost:4500/eco/documentation
```