FastAPI and MongoDB: Best of the two worlds
Creating a simple CRUD app with MongoDB and FastAPI, with testable endpoints via Swagger documentation.
Feb 27, 202410 min read53

Search for a command to run...
Articles tagged with #fastapi
Creating a simple CRUD app with MongoDB and FastAPI, with testable endpoints via Swagger documentation.

You've probably heard of Flask. Maybe Django. But why is there another Python-based web framework out? What is async-await in FastAPI?
