FastApi (Request Body) interacting with MongoDB using Pydantic Models

preview_player
Показать описание
In this tutorial we will perform CRUD operations using FastAPI-MongoDB-Pydantic models.
We will use Python FastAPI (Request Body), MongoDB, Postman, Visual Studio Code to Insert Data into MongoDB

1. Visual Studio Code
Follow the tutorial to Install and use Visual Studio Code

2. Postman
You can install Postman from

3. MongoDB

4. FastAPI

5.FastAPI-MongoDB

6. Python for Beginners
Рекомендации по теме
Комментарии
Автор

hi thanks for the tutorial, learn alot from this and very easy to follow. Not sure if you are still active or not on youtube but It would be very helpful if you can make a tutorial on how to query data from mongodb and map it to pydantic model as well. Found an article on mongodb official website but it wasn't explained very well.

SurprisedSyrup