An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: fastapi-crud

pog7x/fastapi-arch-tmpl

Python Fastapi application with sqlalchemy ORM template

Language: Python - Size: 1.23 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

ivan-borovets/fastapi-clean-example

Framework-agnostic backend example using FastAPI. Implements Clean Architecture and CQRS with DDD-inspired patterns, featuring DIP (low coupling), DI (no globals), hierarchical RBAC, and session-based auth (cookies)

Language: Python - Size: 1.47 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 156 - Forks: 13

rzmk/fastapi-practice 📦

⚡ An implementation of FastAPI in Python using CRUD operations.

Language: Python - Size: 25.4 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

BaseMax/SimpleFastPyAPI

This is a simple REST API built with Python and FastAPI and SQLAlchemy for CRUD operations (Create, Read, Update, Delete) on users. FastAPI is a powerful web framework for building APIs.

Language: Python - Size: 74.2 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 22 - Forks: 19

BaseMax/FastAPISMSAuth

This is a simple example of how to use Python FastAPI to create a simple authentication system based on phone number with SMS verification. We used SQLite as a database. (Login, Register, Auth, Panel, Whoiam, Hi)

Language: Python - Size: 44.9 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 4

wpcodevo/fastapi_mongodb

This article will teach you how to create a CRUD RESTful API with Python, FastAPI, PyMongo, MongoDB, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.

Language: Python - Size: 29.3 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 112 - Forks: 36

AtticusZeller/fastapi_supabase_template

👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql

Language: Python - Size: 1.57 MB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 226 - Forks: 19

mukeshbadgujar/fastapi-template-prod

A production-ready FastAPI template with advanced features for building robust microservices. Includes structured logging, circuit breakers, middleware support, database integration, environment-specific configurations, and comprehensive testing. applications and scalable web services.

Language: Python - Size: 156 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

darth-dodo/supreme-enigma

🏎 Fun with FastAPI using Yahoo Finance

Language: Python - Size: 369 KB - Last synced at: 11 days ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 2

jd-solanki/fastapi-batteries

Build your FastAPI apps faster 🚀

Language: Python - Size: 999 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

YeonwooSung/FastAPI_Templates

Various templates and samples with FastAPI

Language: Python - Size: 10.3 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 9 - Forks: 4

jonra1993/fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.

Language: Python - Size: 10.8 MB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 1,106 - Forks: 161

ankusnayak/01-fastapi-crash-course

Simple CRUD Application using FastAPI

Language: Python - Size: 1000 Bytes - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

iwpnd/fastapi-tile38

Interact with Tile38 in-memory geodatabase in your FastAPI

Language: Python - Size: 703 KB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 23 - Forks: 4

app-generator/core-fastapi

Getting Started with FastAPI - App-Generator.dev DOCS

Language: Python - Size: 23.4 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

morikeli/fastapi-sqlmodel

A simple book API developed with FastAPI and SQLModel ORM

Language: Python - Size: 45.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

theMirmakhmudov/FastAPI-Task-JWT

FastAPI Task for Practise with JWT, and HTTPBarear token.

Language: Python - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LuisLuii/FastAPIQuickCRUD

Generate CRUD methods in FastApi from an SQLAlchemy schema

Language: Python - Size: 31.9 MB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 263 - Forks: 34

AlexDemure/gadcodegenerator

Code generator CLI tool

Language: Python - Size: 81.1 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

AlexDemure/gadfaststyle

File architecture for FastApi app

Language: Python - Size: 4.99 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 27 - Forks: 1

Sudhan1112/Vibe_copilot_Project

🚨Incident Management System A full stack application for tracking, managing, and reporting incidents across an organization. Build using React js, Python Fast API, Uvicorn

Language: JavaScript - Size: 225 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

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: 2 months ago - Pushed at: 2 months ago - Stars: 52 - Forks: 28

deyrahul95/Todo-FastAPI

Python FastAPI demo Todo API

Language: Python - Size: 13.7 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

layinded/swx-api

SwX is a modular, full-featured FastAPI starter template designed for building scalable, secure, and production-ready backend or full-stack applications with ease.

Language: Python - Size: 444 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

sachingupta0019/FastAPI

Fast API Blog Project ✨

Language: Python - Size: 30.8 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

QuadDarv1ne/fastpay_connect

fastpay_connect — это проект для демонстрации интеграции различных платёжных систем через FastAPI. В проекте реализованы интеграции с популярными платёжными шлюзами, такими как: ЮKassa (бывшая Яндекс.Касса), Tinkoff Касса, CloudPayments, UnitPay, Робокасса

Language: Python - Size: 1.2 MB - Last synced at: 12 days ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0

DasunNethsara-04/ums

Simple User Management System with React.js + TypeScript + Vite + Python + FastAPI + Pydantic

Language: TypeScript - Size: 229 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

repoeduardo/todo

Complete API for To-Do Applications. Made with FastAPI

Language: Python - Size: 72.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tinkoffjournal/freddie 📦

DRF-like declarative viewsets for FastAPI

Language: Python - Size: 86.9 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 73 - Forks: 6

wangxin688/fastapi-enterprise-template

FastAPI backend enterprise template

Language: Python - Size: 229 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 13 - Forks: 6

Pytest-with-Eric/pytest-fastapi-crud-example

Testing a FastAPI CRUID API using Pytest

Language: Python - Size: 45.9 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 32 - Forks: 9

QweBedo/swx-api

SwX is a modular, full-featured FastAPI starter template designed for building scalable, secure, and production-ready backend or full-stack applications with ease.

Language: Python - Size: 194 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Ahnaf19/hotel_transylvania

This project compiles APIs for the `Hotel Transylvania`. Simple comprehensive APIs offering CRUD operations for both guests and rooms.

Language: Python - Size: 138 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

imtahiriqbal/fastapi-sample

Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

scraiber/fastapi-db-example

Example FastAPI project to connect to various DBs (PostgreSQL, Redis, S3) and CRUD operations for each of them

Language: Python - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Mynk79/To-do-application

This repository will take you through the basics of CRUD operations, how they are implemented in the application. Precisely, the scope of this project is to learn how to build CRUD API's in the backend. It uses Python (programming language) and FastAPI framework.

Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

David-Lor/FastAPI-Pydantic-Mongo_Sample_CRUD_API

Example CRUD API in Python using FastAPI, Pydantic and pyMongo

Language: Python - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 170 - Forks: 27

Dhruvrajsinh21/Whatapp_chatbot

This repo has two branches. The first branch is a demo of a WhatsApp chatbot made with FastAPI, deployed locally using ngrok, and connected to Meta APIs to send and receive messages. The second branch has documentation, a link to the official Postman collection, and important Meta API endpoints.

Language: Python - Size: 50.8 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

abdelhai/fastapi-crud

FastAPI CRUD API with Deta Base (and optionally Deta Micros)

Language: Python - Size: 1000 Bytes - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 12 - Forks: 2

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: 2 months ago - Pushed at: over 2 years ago - Stars: 69 - Forks: 27

macagua/example.fastapi.helloworld

Building a Hello World application with FastAPI

Language: Python - Size: 58.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

ftoucch/Fast-API-Starter-Template

A simple light weight fast api starter template

Language: Python - Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

cauachagas/fastapi-mongodb-exemplo

O repostório mostra como criar uma API REST e fazer Deploy no Heroku de um projeto FastAPI framework, usando como o banco de dados o MongoDB.

Language: Python - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 1 - 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: 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Mubtasimf443/Python-Notes-App

A simple notes app built using python FastAPI, html ,css , javascipt

Language: Python - Size: 159 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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: 2 days ago - Pushed at: almost 3 years ago - Stars: 17 - Forks: 3

Khailas12/FastAPI-with-Asynchronous-SQLAlchemy

Language: Python - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

halovina/fastapi-redis-caching

Easy Steps to Caching API with FastAPI and Redis

Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

sali72/my-net-worth

Do you want to know your net worth ?!

Language: Python - Size: 325 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

ProFastCode/FastAPI_Template

FastAPI Template

Language: Python - Size: 642 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 10 - Forks: 1

imkaka/fastapi-graphql

FastAPI GraphQL API

Language: Python - Size: 87.9 KB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 7 - Forks: 0

wedwardbeck/lrnfast

FastAPI Notes Example using databases and postgresql

Language: Python - Size: 57.6 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 4

AviTiwari-Dev/FastAPI-CRUD-A

Basic FastAPI implementation

Language: Python - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

henriquesebastiao/madr

Projeto final do curso FastAPI do Zero.

Language: Python - Size: 104 KB - Last synced at: 5 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

fajar7xx/py-fastapi-simple-restful-api

py fastapi simple restful api

Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

onionj/E-commerce-FastAPI

E-commerce API with FastAPI , tortoise orm, jwt

Language: Python - Size: 98.6 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 59 - Forks: 19

TokoniK/genroutes

Generate CRUD routes for FastAPI projects, reduce boilerplate code, accelerate development of FastAPI backend!

Language: Python - Size: 270 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dev-madhurendra/fastapi

Learning poc on FastAPI framework, high performance, easy to learn, fast to code.

Language: Python - Size: 35.2 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lexhouk/goit-pyweb-hw-11 📦

Модуль 11. Побудова REST API на FastAPI

Language: Python - Size: 19.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

AndroidLord/Social-Media-API

FastAPI based robust social media API...Check it out here.!

Language: Python - Size: 53.7 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

techotaku1/FASTAPI-CRUD-1

CRUD con FastAPI y FastCRUD. Este repositorio presenta una implementación completa de un sistema CRUD (Crear, Leer, Actualizar, Eliminar) utilizando FastAPI y FastCRUD. Este proyecto demuestra cómo configurar y utilizar FastAPI para construir una API eficiente y moderna.

Language: Python - Size: 21 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

notarious2/Vue3FastAPI-To-Do

Full-stack Vue3 and FastAPI built To-Do app

Language: Vue - Size: 1.67 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 14 - Forks: 1

faisalalisayyed/fastapi_todo_app

A simple crud todo list using mongodb

Language: Python - Size: 152 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MoigeMatino/Fastapi-Beanie-Mongodb-Docker

Craft blazing-fast & scalable APIs with ease. This project combines the power of FastAPI's speed ⚡️, MongoDB's flexible storage and Beanie ODM's smooth object mapping ✨.

Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

nafizpervez/Employee_Platform

A Employee platform for office use to calculate employees entry and exit time, personal informations, department, Search Query, time filter integration, xlsx upload and parse, and export report PDF

Language: JavaScript - Size: 1.71 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

tayyabmughal676/fastapi_template

Python FastAPI Framework with Mongodb Scaffold Template.

Language: Python - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 3

nrthbnd/meeting_room_reservation_google_sheets

FastAPI Проект для бронирования переговорных комнат с интеграцией Google API

Language: Python - Size: 50.8 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

armanjscript/Fast-API-Projects

The Web development projects that are implemented by FastAPI framework in python.

Language: Python - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Juhibhojani/iNotes

iNotes - The perfect place for Note-Taking

Language: HTML - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

alivx/ocr-fastapi-demo

Demo app for sync and asyncio using fastAPI

Language: Python - Size: 104 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

opeyemiloc/crud_fast_api

CRUD app using FastAPI & PostgreSQL: Seamlessly manage data with RESTful API endpoints for create, read, update, and delete operations. Leverages FastAPI's speed and PostgreSQL's reliability for scalable web applications

Language: Python - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

itsamit108/fastblog

FastBlog is built with FastAPI, utilizes SQLite as the database, and employs JWT (JSON Web Tokens) and OAuth for authentication.

Language: Python - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Shashank0271/Posts-API

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

brenoalvesd/My-first-CRUD-with-FastAPI

CRUD

Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mrGoonies/fastapi-book

Proyecto FastAPI que utiliza Pixi como manejador de dependencias del proyecto

Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

albertiaedev/FASTAPI-TODO-APP

A ToDo app with CRUD features & a backend built with Python web framework FastAPI :snake:

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

iamzehan/fastapi

Learning Curve

Language: Python - Size: 49.8 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fleuronvilik/fastapi-beginners

Python API Development

Language: Python - Size: 51.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

solomonaboyeji/regnify-fastapi-template

A starting template for an HTTP API in FastAPI

Language: Python - Size: 403 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

ozgurkara/fastapi-pydiator

Python clean architecture and usecase implementation with fastapi and pydiator-core

Language: Python - Size: 947 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 125 - Forks: 23

moluwole/fastapi-graphql

FastAPI + GraphQL

Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 45 - Forks: 11

sholehbaktiabadi/fastapi-simple-restapi

Simple FastApi CRUD Rest Api

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Valentina17varela/Travel_Planner

Technical Challenge Backend Jr, Personal trip planner that integrates weather data from an external API.

Language: Python - Size: 2.65 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - 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: 10 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

RashminDungrani/fastapi-invoice-app

Invoice back-end application which uses FastAPI, Alembic and async SQLModel as ORM

Language: Python - Size: 339 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

meir-gazit/Python_CRUD

Just simple Python CRUD operation sample

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

testdrivenio/fastapi-vue

Single Page App with FastAPI and Vue.js

Language: Python - Size: 181 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 185 - Forks: 80

vic012/adopet-challenge

Uma plataforma que conecta pessoas com interesses em pets

Language: Python - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - 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

Igor-Kuz/FastAPIshop

Eshop project built with FastAPI framework. Project includes user registration with email verification, authentication, images uploading, and CRUD functionality. Also added CORS.

Language: Python - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

shrinil-thakkar/TodoApp

An application that allows you to create, update, delete and maintain a Todo list. It also allows you to mark a task as completed.

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PySign/FastGen

Django style project generation made easy for FastApi

Language: Python - Size: 34.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

prmpsmart/temp_dev_db

temp_dev_db: Temporary Dummy Database REST API Server for Developers

Language: Python - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Daro007/fastapi

A small FastAPI app that handles User Authentication and all User use cases

Language: Python - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mmodoucham/fast-api-task-management

This repository contains a Task Management App API built using FastAPI and SQLite as the database. The API provides endpoints to manage tasks including creating, retrieving, updating, and deleting tasks.

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: almost 2 years ago - Stars: 26 - Forks: 7

michaldanielewicz/family-budget

Family Budget App: create user, create budgets and share them with other users.

Language: Python - Size: 61.5 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

eaarda/fastapi-restapi-example

Simple Rest API with Python Fastapi

Language: Python - Size: 133 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

betofleitass/twitter-fast-api

Twitter REST API made with FastAPI, with SQLite3 as database.

Language: Python - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

priyaskumar/MyPosts

A social media application - RESTful API built with FastAPI (a python web framework)

Language: Python - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0