In this beginner-friendly tutorial, we’ll build a Docker container running a minimal Python FastAPI CRUD application with SQLite. You’ll see step-by-step how to:
🐳How to create and run Docker containers
🐍 Build a simple CRUD API with Python & FastAPI
🗄️ Persist data using SQLite inside Docker
🌐 Test endpoints with FastAPI Swagger UI
📊 Access your API directly from Excel using VBA
🔄 Combine Python, Docker, and Excel in one project
👉 Contents:
0:00 Intro
2:16 Project setup
3:25 Writing the FastAPI app
9:08 Creating the Dockerfile
12:38 Building and running the container
17:15 Testing CRUD in Swagger UI
19:40 Persisting the database
21:20 ccessing from Excel with VBA
27:10 Summary
📂 Source code: https://github.com/Vitosh/Python_pers...
📝 Blog post: https://www.vitoshacademy.com/docker-...
💡 If you enjoyed this video, don’t forget to 👍 Like and 🔔 Subscribe to VitoshAcademy for more coding tutorials!