Skip to content

aj-hizon/learning-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning FastAPI + MongoDB

This repository is a learning project that demonstrates how to build a RESTful API using FastAPI and MongoDB. The project includes two CRUD applications: one for managing books (book_crud) and another for managing students (students_crud).

Features

  • FastAPI for building APIs
  • MongoDB for database storage (via MongoDB Atlas)
  • Motor for asynchronous MongoDB operations
  • Environment variable management with python-dotenv
  • CRUD operations for books and students
  • Clean project structure for scalability

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages