Uploaded May 2023 | Updated September 2026, 1 week ago
Let's create a CRUD Rest API in Rust using:
- No specific framework
- Serde to serialize and deserialize JSON
- Postgres (database)
- Docker
- Docker Compose
Github repository: github.com/FrancescoXX/rust-crud-api
0:00 intro. Architecture schema. Prerequisites
1:00 Project initialization. Dependencies. Model. Constants
4:16 Main function. Utility functions. Handle client function
10:37 Controllers: Create, Read, Update, Delete
16:39 Docker: .dockerignore, Dockerfile, docker-compose.yml
22:09 Run Postgres, container. Docker compose build (Bug fixing). Run Rust app container
26:15 Test: Postman, TablePlus, docker exec.
find Francesco: francescociulla.com
Let's create a CRUD Rest API in Rust using:
- No specific framework
- Serde to serialize and deserialize JSON
- Postgres (database)
- Docker
- Docker Compose
Github repository: github.com/FrancescoXX/rust-crud-api
0:00 intro. Architecture schema. Prerequisites
1:00 Project initialization. Dependencies. Model. Constants
4:16 Main function. Utility functions. Handle client function
10:37 Controllers: Create, Read, Update, Delete
16:39 Docker: .dockerignore, Dockerfile, docker-compose.yml
22:09 Run Postgres, container. Docker compose build (Bug fixing). Run Rust app container
26:15 Test: Postman, TablePlus, docker exec.
find Francesco: francescociulla.com






