Exploring FastAPI: A Brief Introduction and Background
You've probably heard of Flask. Maybe Django. But why is there another Python-based web framework out? What is async-await in FastAPI?
Oct 20, 20233 min read113

Search for a command to run...

Series
Trying to document my path of learning backend development using FastAPI. Covering basic API endpoints, database integration, authentication and middlewares.
You've probably heard of Flask. Maybe Django. But why is there another Python-based web framework out? What is async-await in FastAPI?

Creating a simple CRUD app with MongoDB and FastAPI, with testable endpoints via Swagger documentation.
