Topic: "fastapi-sqlalchemy"
uriyyo/fastapi-pagination
FastAPI pagination 📖
Language: Python - Size: 7.55 MB - Last synced at: about 19 hours ago - Pushed at: about 20 hours ago - Stars: 1,458 - Forks: 150

grillazz/fastapi-sqlalchemy-asyncpg
Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver
Language: Python - Size: 7.79 MB - Last synced at: 10 days ago - Pushed at: 23 days ago - Stars: 501 - Forks: 65

Lolomgrofl/fastapi-genesis
FastAPI project Template generator to make your life easier 🧬 🚀
Language: Python - Size: 172 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 348 - Forks: 22

testdrivenio/fastapi-sqlmodel-alembic
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
Language: Python - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 347 - Forks: 72

dialoguemd/fastapi-sqla
SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.
Language: Python - Size: 1.2 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 311 - Forks: 18

LuisLuii/FastAPIQuickCRUD
Generate CRUD methods in FastApi from an SQLAlchemy schema
Language: Python - Size: 31.9 MB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 268 - Forks: 35

rawheel/fastapi-boilerplate
Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀
Language: Python - Size: 1.81 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 213 - Forks: 29

Donnype/fastapi-template
A FastAPI and SQLAlchemy project template with Docker and GitHub Actions.
Language: Python - Size: 162 KB - Last synced at: 7 months ago - Pushed at: 12 months ago - Stars: 123 - Forks: 25

uriyyo/fastapi-filters
FastAPI filters🍸
Language: Python - Size: 2.74 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 84 - Forks: 3

testdrivenio/fastapi-crud-sync
FastAPI CRUD
Language: Python - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 80 - Forks: 19

ycd/universities
:school_satchel: Free & open source API service for obtaining information about +9600 universities worldwide.
Language: Python - Size: 142 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 73 - Forks: 14

hadrien/FastSQLA
Async SQLAlchemy 2.0+ extension for FastAPI with SQLModel support, built-in pagination & more
Language: Python - Size: 537 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 72 - Forks: 1

wpcodevo/python_fastapi
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
Language: Python - Size: 36.1 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 69 - Forks: 27

notarious2/fastapi-chat
Real-time chat with FastAPI, Websockets and SQLAlchemy2
Language: Python - Size: 224 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 62 - Forks: 5

sqlalchemy-filterset/sqlalchemy-filterset
SQLAlchemy Filterset. An easy way to filter, sort, paginate SQLAlchemy queries
Language: Python - Size: 808 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 55 - Forks: 1

sabuhibrahim/fastapi-jwt-auth-full-example
This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
Language: Python - Size: 37.1 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 54 - Forks: 13

wpcodevo/fastapi_sqlalchemy
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.
Language: Python - Size: 55.7 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 54 - Forks: 29

Pytest-with-Eric/pytest-fastapi-crud-example
Testing a FastAPI CRUID API using Pytest
Language: Python - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 36 - Forks: 10

Mr-Manna/FastAPI-CRUD
FastAPI CRUD Example
Language: Python - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 34 - Forks: 19

bibektimilsina00/FastAPI-PgStarterKit
FastAPI + PostgreSQL Starter Kit: A streamlined template for building backends with FastAPI, PostgreSQL, and Docker.
Language: Python - Size: 145 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 30 - Forks: 4

nickatnight/tag-youre-it-backend 📦
🌐 A real world FastAPI example
Language: Python - Size: 101 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 30 - Forks: 1

ycd/fastrates
:dollar: Free & open source API service for current and historical foreign exchange rates.
Language: Python - Size: 43 KB - Last synced at: 9 days ago - Pushed at: about 5 years ago - Stars: 29 - Forks: 8

jim-schwoebel/nala_assistant
🔊😊 A fastapi voice-assistant framework to quickly prototype LLM-powered voice assistants in <5 minutes.
Language: JavaScript - Size: 31.6 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 28 - Forks: 2

Yezz123-Archive/Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI :rocket:
Language: Python - Size: 41 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 7

m0kr4n3/fastapi_project_template
RESTful Back-end project template with FastAPI + PostgreSQL + JWT + Docker + nginx
Language: Python - Size: 101 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 1

Amirshox/FastAPI-Architecture
FastAPI Architecture
Language: Python - Size: 35.2 KB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 3

code4mk/aws-lambda-serverless-fastapi
aws lamda fastapi with serverless
Language: Python - Size: 154 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 17 - Forks: 3

antonio-pedro99/fastapi_notes
This project is just a showcase on how to use Python as backend for flutter application and deploy them using heroku.
Language: Python - Size: 24.4 KB - Last synced at: 18 days ago - Pushed at: about 3 years ago - Stars: 17 - Forks: 3

iunary/fastapi-template
FastAPI template
Language: Python - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 3

aybruhm/fastapi-ledger-system
Have you ever been curious as to how fintech applications are built? This system demonstrates the basic functionalities of a fintech product.
Language: Python - Size: 136 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 0

bnbong/FastAPI-fastkit
<Open Source> Fast, easy-to-use starter kit for new users of Python and FastAPI
Language: Python - Size: 2.36 MB - Last synced at: 19 days ago - Pushed at: 26 days ago - Stars: 14 - Forks: 0

notarious2/Vue3FastAPI-To-Do
Full-stack Vue3 and FastAPI built To-Do app
Language: Vue - Size: 1.67 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 1

wangxin688/fastapi-enterprise-template
FastAPI backend enterprise template
Language: Python - Size: 229 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 13 - Forks: 6

YeonwooSung/FastAPI_Templates
Various templates and samples with FastAPI
Language: Python - Size: 11.4 MB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 11 - Forks: 4

akhil2308/fastapi-large-app-template
🚀 Production-Grade FastAPI Template • JWT Auth • Rate Limiting • Async PostgreSQL (connection pooling) & Async Redis (efficient pooling) • Gunicorn + Uvicorn • Docker • Async Ready • RFC-Compliant API Responses • Enterprise Security Patterns
Language: Python - Size: 354 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 11 - Forks: 1

ProFastCode/FastAPI_Template
FastAPI Template
Language: Python - Size: 642 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 10 - Forks: 1

grillazz/fastapi-postgis
Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostGIS on psycopg driver
Language: Python - Size: 535 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 1

Saif807380/fastapi-starter-template
Opinionated FastAPI template bootstrapped with authentication, database configuration and testing
Language: Python - Size: 124 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

mjunaidca/caxai
CaX: Applied GenAI Multi User Todo GPT App - Implementation of Microservices GenUI Architecture.
Language: TypeScript - Size: 2.45 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 4

Alwil17/rating-api
Scalable & Secure FastAPI-based Ratings API 🚀 REST API with JWT authentication, role-based access control (RBAC), PostgreSQL, and CI/CD. Includes monitoring (Prometheus, Grafana), security scanning, and optimized DB performance. Containerized with Docker and ready for scalable deployment.
Language: Python - Size: 7.05 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 8 - Forks: 1

wangxin688/netsight
Intend base network full-lifetime-cycle management system
Language: Python - Size: 799 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 0

iashraful/fastapi-boilerplate-with-postgres
A production ready boilerplate/template for FastAPI and PostgreSQL
Language: Python - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

theshohidul/FastAPI-Boilerplate
A dockerized FastAPI Boilerplate with JWT, Loguru logging, Role based authorization, SQLAlchemy ORM with AsyncSession. Repository design pattern, Domain driven design, Service Layer implemented.
Language: Python - Size: 212 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

concaption/fast-blog
blogging apis built with FastAPI and SQLAlchemy.
Language: Python - Size: 400 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

AdamHavlicek/fastapi-todo-ddd
FastAPI Python DDD and Clean Architecture Example
Language: Python - Size: 186 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 3

Fszta/CrudGen
Fastapi crud generator
Language: Python - Size: 6.83 MB - Last synced at: 7 months ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 0

bodaue/fastapi-clean-architecture
Example of clean architecture
Language: Python - Size: 492 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 2

QuadDarv1ne/fastpay_connect
fastpay_connect — это проект для демонстрации интеграции различных платёжных систем через FastAPI. В проекте реализованы интеграции с популярными платёжными шлюзами, такими как: ЮKassa (бывшая Яндекс.Касса), Tinkoff Касса, CloudPayments, UnitPay, Робокасса
Language: Python - Size: 1.2 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 6 - Forks: 0

sheyzi/fastapi_generate
This is a template for FastAPI that comes with authentication preconfigured.
Language: Python - Size: 78.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

aybruhm/fastapi-repository-pattern-example
A project example I made for an article on HN.
Language: Python - Size: 32.2 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

saisyam/ticket
Ticket is a ticket management system built on FastAPI, SQL Alchemy, Celery, PostgreSQL and ReactJS
Language: JavaScript - Size: 791 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

dimi-try/energy-backend
Backend Telegram mini app (Серверное приложение мини-приложения в Telegram "Топ энергетиков")
Language: Python - Size: 318 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 5 - Forks: 0

thiere18/fastapi-boilerplate
A Fastapi boilerplate setup for postgresql, alembic and docker with user authentication
Language: Python - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

GeekZee/chikarestoon
We tell you what to do when you're bored
Language: Python - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 2

PHILIPP111007/phils_network
Social network written using Django, FastAPI and React
Language: JavaScript - Size: 4.93 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 4 - Forks: 0

raedmajid/schema-aware-ai-sql-agent
This project enables users to **generate SQL queries from natural language** using **LLM** of their choice while enforcing **Role-Based Access Control (RBAC)** and **Row-Level Security (RLS)**. It also includes **SQL injection detection** and **sensitive data logging** for compliance and security.
Language: Python - Size: 467 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

vichannnnn/fastapi-boilerplate
FastAPI boilerplate with batteries to quickly get started on your backend project!
Language: Python - Size: 134 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

arshia-rgh/MealMasterMind
Meal Master is a comprehensive system that allows you to explore various recipes and their ingredients. Based on your dietary preferences, it generates a personalized shopping list to help you buy the necessary ingredients. Additionally, it offers more features to enhance your meal planning experience.
Language: Python - Size: 489 KB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

code-specialist/database-setup-tools
Easy to understand and use python tools that help you to create databases and interact with them
Language: Python - Size: 315 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

IlyaGrebenschikov/FastAPI_REF
Referral App
Language: Python - Size: 151 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

AliBigdeli/FastApi-Blog-Authentication-App
this is a simple demonstration of fast api usage with authentication
Language: Python - Size: 2.46 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 3

gramcracker40/LiveTest
Open-source, OMR Testing Software. Build your school's own custom answer sheets and grade them! LiveTest's dynamic OMR grader can handle all different lengths of tests and choices. Replace fonts, logos, adjust placements, etc. This research is in partial fulfillment of the M.S Computer Science @ MSU Texas by Garrett Mathers with Professor Griffin
Language: JavaScript - Size: 2.6 GB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 2

smartgic/shortgic
ShortGic is a blazingly fast, enterprise-ready URL shortener built with modern Python. Perfect for developers, businesses, and anyone who needs reliable link management.
Language: Python - Size: 85.9 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 3 - Forks: 0

QuadDarv1ne/financial_operations_project
Данный проект представляет собой бэкенд на основе FastAPI для управления финансовыми операциями. Включает функционал для пользователей, счетов, категорий и транзакций. Проект предполагает работу, как RESTful API, так и многостраничного интерфейса с личным кабинетом и аналитикой.
Language: Python - Size: 1.3 MB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

Uzair-Manzoor/query-docs-backend
The QueryDocs backend is built with FastAPI, handles PDF uploads, extracts text using PyMuPDF, and processes queries with LangChain's NLP capabilities. It stores document metadata in a SQLite database, ensuring efficient document management and accurate answers to user questions.
Language: Python - Size: 2.1 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

depocoder/file_storage
simple of auth on python with fastapi
Language: Python - Size: 1.01 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

AntonGlyzin/back_fastshop
Language: Python - Size: 247 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

David-Lor/FastAPI-Pydantic-SQLAlchemy-PetShelter-API
Example of a full REST API created with Python, FastAPI, Pydantic & SQLAlchemy to persist data for a fictional Pet Shelter
Language: Python - Size: 35.2 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

AntonKochurka/ormparams
Query parameter parser and filter for ORM-based applications
Language: Python - Size: 63.5 KB - Last synced at: 1 day ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

minhnguyent546/seas
SEAS - A Smart Enrollment Advisory System for CTU
Language: Python - Size: 7.89 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Sunyata-OU/Web-Service-Python
A near complete backend stack template to start a fresh bakend project from scratch.
Language: Python - Size: 1.81 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

VaibhavDhanani/SmartNotes
Created a real-time collaborative note-taking application using React and Python (FastAPI). Developed multi-user editing functionality similar to Google Docs using WebSocket.
Language: JavaScript - Size: 369 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

acelee0621/memenote
FastAPI Note Demo with PostgreSQL, SQLAlchemy, Celery, MinIO, SSE Notifications,Docker Compose
Language: Python - Size: 229 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

morikeli/TuShare-backend
An API that powers the ride-sharing mobile app, Tushare, built with FastAPI ⚡
Language: Python - Size: 1.24 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 2

bybatkhuu/rest.fastapi-orm-template
This is a template repository for FastAPI with ORM (SQLAlchemy) projects.
Language: Python - Size: 2.77 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

FernandoCelmer/cookiecutter-fastapi
❤️️ Amazing project with FastAPI
Language: Python - Size: 433 KB - Last synced at: 10 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

KingAkeem/easy-store
A simple object storing service built with FastAPI, SQLAlchemy and SQLite
Language: Python - Size: 66.4 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

eric-li18/fastapi-template
⚡Simple FastAPI + PostgreSQL template
Language: Python - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

andersonlimacrv/fastpi-react-loginpage
This project is a Full Stack application that provides a login page built with React on the front end and a powerful asynchronous API using FastAPI on the backend. It utilizes a PostgreSQL database to securely store user data and implements authentication with JSON Web Tokens (JWT) to ensure security.
Language: Python - Size: 176 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

tiagoBarbano/estudo_python
Compilado de Estudos sobre FastAPI
Language: Python - Size: 924 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

yulio94/fastapi-template
Quick start development with FastAPI, SQLAlchemy, Alembic and Pre-commit.
Language: Python - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

AAdewunmi/URL-Shortener-FastAPI-Python
URL Shortener With FastAPI and Python | Tech Stack: Python 3, FastAPI, SQLite, SQLAlchemy, Uvicorn
Language: Python - Size: 80.1 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 2

betofleitass/twitter-fast-api
Twitter REST API made with FastAPI, with SQLite3 as database.
Language: Python - Size: 55.7 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ChristophEnglisch/weblog
this is a school project for python ki preparation, the features should be that a user is able to make CRUD actions on file contents. the main job is to search in files, in combination with docker, fastapi and vue i wanted to create a very fast and scalable application. Because of missing indexing is this app not made for big data.
Language: Python - Size: 914 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

hyzyla/fastapi-template
Opinionated FastAPI template
Language: Python - Size: 26.4 KB - Last synced at: 3 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

VanderleiJr/mercadoGamer-backend
Backend em Python 3.9.6 com FastAPI 0.73.0
Language: Python - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

lfvilella/b2blue-challenge
Selective Proccess
Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

dgonzo27/fastapi-demo
Dockerized FastAPI with PostgreSQL
Language: Python - Size: 4.88 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

corradocavalli/iac-with-terraform
Example of Infrastructure as Code (IAC) to deploy an Azure App Service that accesses a PostgreSQL database via a private V-Net.
Language: HCL - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

raphael2692/fullstack-bookmarks-manager
Simple CRUD app made with python and javascript.
Language: JavaScript - Size: 204 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

yashgo0018/Card-Memory-Game
This is a memory based game. The player who takes the least amount of clicks to open all the cards will win. The least possible amount of clicks will be 12.
Language: TypeScript - Size: 299 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

SalimM21/ObesiTrack-Project
ObesiTrack est une API sécurisée de prédiction de l’obésité, combinant Machine Learning multiclasses, FastAPI + JWT et PostgreSQL. Déployable via Docker, Compose et Helm, elle intègre une pipeline CI/CD GitHub Actions pour assurer qualité, tests et reproductibilité.
Language: Python - Size: 228 MB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

sachingupta0019/fastapi-instagram
Instagram Clone App
Language: Python - Size: 3.01 MB - Last synced at: about 20 hours ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

JBris/pydantic-fastapi-graphql
Testing Pydantic, FastAPI, polyfactory, pandera and GraphQL with SQLModel and pydantic-mongo
Language: Python - Size: 63.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

somaiaahmed/Retrievify
Production-ready RAG system with FastAPI, pgvector, LLMs (OpenAI/Cohere/Ollama), and full observability.
Language: Python - Size: 98.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

sin4ch/qgjob
A production-ready job orchestration system for managing and executing AppWright automated tests on BrowserStack. Provides complete job queuing, processing, and monitoring for web and mobile app testing.
Language: Python - Size: 72.3 KB - Last synced at: about 6 hours ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

Ariamehr-M/FastAPI-Backend-Course
A FastAPI-based backend project featuring a blog application, including database integration and environment management for rapid backend development and learning.
Language: Python - Size: 18.6 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

thedmathz/simple-fastapi-app
Basic FastAPI + PostgreSQL
Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

anasxonummataliy/veterinarian
My first full project. This project is for a veterinary company. I did it for BTEC pearson Full Stack sciense Level 3.
Language: SCSS - Size: 11.2 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

AnshKGoyal/Image-Enhancer
Hybrid Image Enhancement platform combining FastAPI and Streamlit for customizable multi-stage pipelines using deep learning. Supports flexible deblurring and dehazing workflows, user authentication, and output history. Easily extendable architecture with pre-trained model weights for advanced image restoration.
Language: Jupyter Notebook - Size: 18.1 MB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
