https://github.com/shubhamsinghcmr/fastapi
A collection of FastAPI projects showcasing various applications and use cases of the FastAPI framework. Explore APIs built with FastAPI, complete with authentication, database integration, and real-time features. Ideal for learning and inspiration in developing modern web APIs.
https://github.com/shubhamsinghcmr/fastapi
fastapi
Last synced: 2 months ago
JSON representation
A collection of FastAPI projects showcasing various applications and use cases of the FastAPI framework. Explore APIs built with FastAPI, complete with authentication, database integration, and real-time features. Ideal for learning and inspiration in developing modern web APIs.
- Host: GitHub
- URL: https://github.com/shubhamsinghcmr/fastapi
- Owner: ShubhamSinghCMR
- Created: 2024-09-13T13:54:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T20:07:13.000Z (over 1 year ago)
- Last Synced: 2024-12-27T20:38:16.104Z (over 1 year ago)
- Topics: fastapi
- Language: Python
- Homepage:
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI
A collection of **FastAPI** projects showcasing a variety of real-world API use cases and design patterns. This repository demonstrates how to build **modern, high-performance APIs** using FastAPI, with examples that integrate authentication, databases, background tasks, and real-time features.
The projects focus on writing **clean, scalable, and well-structured APIs**, highlighting best practices such as request validation, dependency injection, and modular application design. Each project is intended to serve as a practical reference for learning FastAPI and for building production-ready backend services.
This repository will continue to grow as new FastAPI applications and architectural patterns are added.