This week's activities introduce a different method for working with a SQL database using SQLAlchemy. You do not have to use SQLAlchemy in a Flask app, however it is a commonly used approach and is ...
En el Dockerfile estamos usando python:3.6-alpine, esta imagen base no incluye las bibliotecas que requiere Sqlalchemy para interactuar con Postgres por lo que tenemos que instalarlar sus dependencias ...