Highlights
- Pro
-
PulseCheck Public
PulseCheck – Lightweight Health Monitoring API (Python, Docker, AWS)
Python UpdatedDec 16, 2025 -
Birthday-Blast-Card Public
A responsive, interactive birthday celebration card with animations, music, and confetti effects
CSS UpdatedDec 9, 2025 -
-
-
-
Calorie-Fitness-Tracker Public
FitTrack🏋️ Calorie/Fitness Tracker | A comprehensive web application built with Django to track daily calorie intake and exercise expenditure. Monitor your fitness journey with intuitive data visua…
Python UpdatedNov 4, 2025 -
BirthdayWishFlowCard Public
An interactive and animated birthday card built for memorable celebrations! 🎂 This web-based card includes a countdown timer leading to the birthday, followed by a sequence of personalized messages…
JavaScript UpdatedOct 15, 2025 -
-
A single, curated collection of FastAPI mini-projects and demos by [Kirankumarvel](https://github.com/Kirankumarvel). This repository brings together beginner to advanced FastAPI concepts with dire…
UpdatedSep 23, 2025 -
A full-stack real-time chat application built with FastAPI, WebSockets, Vue.js, and SQLite/PostgreSQL.
-
A comprehensive guide and setup for deploying FastAPI applications to major cloud providers including AWS, Google Cloud, Azure, and Heroku.
Shell UpdatedSep 15, 2025 -
A production-ready FastAPI application containerized with Docker, featuring Gunicorn + Uvicorn workers for optimal performance, best practices, and rapid deployment.
Python MIT License UpdatedSep 15, 2025 -
A complete guide and setup for deploying FastAPI applications in production using Gunicorn as a process manager with Uvicorn workers.
Python UpdatedSep 15, 2025 -
A practical demonstration of FastAPI's Background Tasks functionality for offloading heavy work and keeping API responses fast.
Python UpdatedSep 13, 2025 -
FastAPI-Async-Demo Public
A complete FastAPI project demonstrating async/await, async database operations, concurrent external API calls, background tasks, and performance comparisons between async and sync approaches.
Python UpdatedSep 13, 2025 -
A secure and scalable FastAPI authentication system with role-based access control (RBAC), JWT tokens, and password hashing.
Python UpdatedSep 12, 2025 -
This project demonstrates a clean, professional FastAPI project using **class-based dependencies** for validation, access control, filtering, and more. It’s structured for clarity and designed for …
Python UpdatedSep 12, 2025 -
This project demonstrates the power of **class-based dependencies** in FastAPI. Classes as dependencies provide a clean, reusable, and configurable way to handle complex business logic, validation,…
Python UpdatedSep 12, 2025 -
This project demonstrates advanced dependency injection patterns in FastAPI, specifically "dependency chains" for building complex authentication and authorization systems.
Python UpdatedSep 12, 2025 -
This project demonstrates the powerful database dependency injection pattern in FastAPI using SQLAlchemy ORM. It shows how to properly manage database sessions across multiple endpoints with clean,…
Python UpdatedSep 12, 2025 -
FastAPI-Dependencies-Demo Public
This project demonstrates the power of FastAPI's dependency injection system using the `Depends()` function. Dependencies allow you to create reusable components for common tasks like parameter val…
Python UpdatedSep 10, 2025 -
FastAPI-CRUD-Application Public
A complete, ready-to-run CRUD (Create, Read, Update, Delete) API built with FastAPI, SQLAlchemy, and SQLite. This project demonstrates best practices for structuring a FastAPI application with a da…
Python UpdatedSep 10, 2025 -
FastAPI-Auto-Docs Public
This repository demonstrates and explains the core mechanisms that power FastAPI's famous automatic, interactive API documentation. It breaks down the "magic" behind the /docs (Swagger UI) and /red…
Python UpdatedSep 10, 2025 -
This project demonstrates the powerful, automatic API documentation generated by FastAPI. With zero extra effort, FastAPI provides two distinct, interactive documentation interfaces: Swagger UI and…
Python UpdatedSep 10, 2025 -
A FastAPI application demonstrating advanced data validation using Pydantic's custom validators for robust input validation.
Python UpdatedSep 10, 2025 -
FastAPI-Response-Model-Demo Public
A FastAPI application demonstrating the powerful `response_model` feature for output control, validation, and security filtering.
Python UpdatedSep 10, 2025 -
A FastAPI application demonstrating the use of Pydantic models as request bodies for POST endpoints with automatic validation and response modeling.
Python UpdatedSep 10, 2025 -
FastAPI-Pydantic-Models-Demo Public
A FastAPI application demonstrating Pydantic models for data validation, serialization, and API request/response handling.
Python UpdatedSep 9, 2025 -
A FastAPI application demonstrating how to combine path parameters and query parameters in a single endpoint.
Python UpdatedSep 9, 2025 -
A FastAPI application demonstrating the difference between optional and required query parameters with validation.
Python UpdatedSep 9, 2025