Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 325 Bytes

File metadata and controls

13 lines (8 loc) · 325 Bytes

FastAPI + MongoDB Sample App

This sample demonstrates a simple Student Management API using FastAPI and MongoDB.

Features

  • Create, Read, Update, Delete (CRUD) operations for students
  • Async MongoDB access using Motor
  • Ready for Keploy API test recording

Running Locally

  1. Start MongoDB (Docker example):