Skip to content
View Kirankumarvel's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Kirankumarvel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • PulseCheck Public

    PulseCheck – Lightweight Health Monitoring API (Python, Docker, AWS)

    Python Updated Dec 16, 2025
  • A responsive, interactive birthday celebration card with animations, music, and confetti effects

    CSS Updated Dec 9, 2025
  • HTML Updated Dec 9, 2025
  • My clone repository

    MIT License Updated Dec 1, 2025
  • My clone repository

    MIT License Updated Dec 1, 2025
  • 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 Updated Nov 4, 2025
  • 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 Updated Oct 15, 2025
  • HTML Updated Sep 23, 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…

    Updated Sep 23, 2025
  • A full-stack real-time chat application built with FastAPI, WebSockets, Vue.js, and SQLite/PostgreSQL.

    Python 1 Updated Sep 23, 2025
  • A comprehensive guide and setup for deploying FastAPI applications to major cloud providers including AWS, Google Cloud, Azure, and Heroku.

    Shell Updated Sep 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 Updated Sep 15, 2025
  • A complete guide and setup for deploying FastAPI applications in production using Gunicorn as a process manager with Uvicorn workers.

    Python Updated Sep 15, 2025
  • A practical demonstration of FastAPI's Background Tasks functionality for offloading heavy work and keeping API responses fast.

    Python Updated Sep 13, 2025
  • 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 Updated Sep 13, 2025
  • A secure and scalable FastAPI authentication system with role-based access control (RBAC), JWT tokens, and password hashing.

    Python Updated Sep 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 Updated Sep 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 Updated Sep 12, 2025
  • This project demonstrates advanced dependency injection patterns in FastAPI, specifically "dependency chains" for building complex authentication and authorization systems.

    Python Updated Sep 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 Updated Sep 12, 2025
  • 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 Updated Sep 10, 2025
  • 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 Updated Sep 10, 2025
  • 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 Updated Sep 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 Updated Sep 10, 2025
  • A FastAPI application demonstrating advanced data validation using Pydantic's custom validators for robust input validation.

    Python Updated Sep 10, 2025
  • A FastAPI application demonstrating the powerful `response_model` feature for output control, validation, and security filtering.

    Python Updated Sep 10, 2025
  • A FastAPI application demonstrating the use of Pydantic models as request bodies for POST endpoints with automatic validation and response modeling.

    Python Updated Sep 10, 2025
  • A FastAPI application demonstrating Pydantic models for data validation, serialization, and API request/response handling.

    Python Updated Sep 9, 2025
  • A FastAPI application demonstrating how to combine path parameters and query parameters in a single endpoint.

    Python Updated Sep 9, 2025
  • A FastAPI application demonstrating the difference between optional and required query parameters with validation.

    Python Updated Sep 9, 2025