Uploaded February 2023 | Updated September 2026, 1 week ago
In this Live episode, I will create a set of CRUD Rest API, using Flask, SQLAlchemy Postgres as a Database, Docker and Docker Compose.
Article: dev.to/francescoxx/build-a-crud-rest-api-in-python-using-flask-sqlalchemy-postgres-docker-28lo
Code: github.com/FrancescoXX/flask-crud-live
Find Francesco: francescociulla.com
0:00 Intro. Architecture and project setup. Dependencies in requirements.txt
2:40 app file: Flask app, SQLAlchemy app, Model, test route
6:15: routes and CRUD controllers: Create, Read, Update, Delete
12:04 Dockerize the Flask application. Dockerfile
14:08 docker-compose.yml: flask app and Postgres services
18:00 Test Postgres container. test with Tableplus
19:45 Build the image (debug) and run the app service. Test endpoints
23:53 Bug fixing. Final test
#python #flask #sqlalchemy #postgres #docker #dockercompose #api #restapi
In this Live episode, I will create a set of CRUD Rest API, using Flask, SQLAlchemy Postgres as a Database, Docker and Docker Compose.
Article: dev.to/francescoxx/build-a-crud-rest-api-in-python-using-flask-sqlalchemy-postgres-docker-28lo
Code: github.com/FrancescoXX/flask-crud-live
Find Francesco: francescociulla.com
0:00 Intro. Architecture and project setup. Dependencies in requirements.txt
2:40 app file: Flask app, SQLAlchemy app, Model, test route
6:15: routes and CRUD controllers: Create, Read, Update, Delete
12:04 Dockerize the Flask application. Dockerfile
14:08 docker-compose.yml: flask app and Postgres services
18:00 Test Postgres container. test with Tableplus
19:45 Build the image (debug) and run the app service. Test endpoints
23:53 Bug fixing. Final test
#python #flask #sqlalchemy #postgres #docker #dockercompose #api #restapi










