Arquetipo de Flask + Docker + Nginx + Postgres

Arranque

docker-compose up --build

localhost:80 -> /api -> localhost:8000

Entorno en local sin contenedores y con modo debug.

front end

Vscode live ( html + javascript VUE)

backend

cd backend
. venv/bin/activate
python src/app.py