Writing an API using FastAPI, part 2: Containerizing the app
Introduction In order to deploy our app, we need to containerize it. I found that containerizing Python apps...
Writing an API using FastAPI: setting up the code
Introduction After having experimented with the Django Rest Framework, I decided it was time to experiment with the...