DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Build A REST API With FastAPI, Beanie and MongoDB

This video demonstrates how we can put together a REST API With FastAPI, Beanie, and MongoDB. Based on common Python type-hints, FastAPI is a cutting-edge, quick (high-performance), a web framework for creating APIs using Python.

Based on Motor and Pydantic, Beanie is an asynchronous Python object-document mapper (ODM) for MongoDB.

We use the combination of these tools to build a simple CRUD API.

Top comments (0)