Python With Docker-Compose | FastAPI [Part-2]
Simplify your web development with docker and docker-compose

Intro
In this article we will cover how to create a python based REST API and utilise docker-compose to improve both development and production. However before you start reading this article, I would recommend understanding how to use python with docker in part-1.