FastAPI and MongoDB: The Best of Both Worlds
Creating a simple CRUD app with MongoDB and FastAPI, with testable endpoints via Swagger documentation.
Feb 28, 202410 min read3.0K

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?
