To run

Run the backend:

cd python-fast

create an env

python3 -m venv env

pip install requirements.txt

python3 app.py

Create a postgress db in the local. and add the user, password in the backend DATABASE_URL of contants in backend to create a local db

Run the frontend

cd equipo flutter run

iF port is changed update it in the base url of flutter app