FastAPI Tutorial #3 - MongoDB Setup

Опубликовано: 23 Июль 2026
на канале: Jerin Jose
14,689
156

In this video, I discuss:
1. How to install MongoDB Server?
2. How to install MongoDB Compass?
3. How to add data to MongoDB using Compass?
3. How to install MongoEngine?
4. How to fetch data from MongoDB using MongoEngine in a FastAPI app?
5. How to provide the data to a client in JSON format?

Related Videos:
MongoEngine
   • MongoEngine  

WSGI & ASGI Simplified
   • WSGI & ASGI Simplified  

Other Videos:
SQL Alchemy ORM
   • SQLAlchemy ORM Tutorial  

PyMongo
   • PyMongo Tutorial  

Django Security
   • Django Security