Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FastAPI MongoDB Backend

This is a FastAPI backend application for managing student data, using MongoDB as the database. The project demonstrates CRUD operations, proper data validation with Pydantic, and asynchronous database handling with Motor.


Features

  • Add Student – Add a new student to the database.
  • Retrieve Students – Get all students or a specific student by ID.
  • Update Student – Update student data (any field).
  • Delete Student – Delete a student by ID.
  • Asynchronous Operations – Powered by Motor for async MongoDB queries.
  • Data Validation – Using Pydantic models (StudentSchema and StudentModel).

Tech Stack


Folder Structure

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages