Ecosyste.ms: Repos

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

GitHub topics: fastapi-sqlalchemy

allend27unitec/reStart

This respository is loosely based on the content of the Unitec reStart program.

Language: Python - Size: 361 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

grillazz/fastapi-sqlalchemy-asyncpg

Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver

Language: Python - Size: 7.55 MB - Last synced: 1 day ago - Pushed: 2 days ago - Stars: 353 - Forks: 48

mrmankeshraj/FastAPI

Deployment Related course worked on lot of tech

Language: Python - Size: 26.4 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 1 - Forks: 0

uriyyo/fastapi-pagination

FastAPI pagination 📖

Language: Python - Size: 4.37 MB - Last synced: 2 days ago - Pushed: 7 days ago - Stars: 1,042 - Forks: 120

Lolomgrofl/fastapi-genesis

FastAPI project Template generator to make your life easier 🧬 🚀

Language: Python - Size: 125 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 306 - Forks: 17

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.8 MB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 201 - Forks: 23

dialoguemd/fastapi-sqla

SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.

Language: Python - Size: 349 KB - Last synced: 5 days ago - Pushed: 6 days ago - Stars: 159 - Forks: 10

sqlmerr/fastapi-template

🔐 This is my fastapi clean architecture template. Currently in development 👀

Language: Python - Size: 154 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

goldginkgo/python-backend-template

Python backend template using fastapi

Language: Python - Size: 1.54 MB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

hauntedcupoftea/todo-oauth-fastapi

A simple backend for a to-do application which includes support for MySQL and OAuth2. Assignment work by Anand Chauhan for a wobot.ai internship during 10 and 11th May, 2024

Language: Python - Size: 17.6 KB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 0 - Forks: 0

ShutSV/example-FastAPI

mini-web-service

Language: Python - Size: 29.3 KB - Last synced: 9 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

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: 26.4 KB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 4 - Forks: 1

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: 239 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 3 - Forks: 0

cheng1103/weather-data-visualize

氣象資料視覺化:了解天氣的變化

Language: Python - Size: 73.7 MB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 0 - 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: 10.7 KB - Last synced: 5 days ago - Pushed: over 1 year ago - Stars: 39 - Forks: 23

fastapi-practices/fastapi_best_architecture

基于 FastAPI 构建的前后端分离 RBAC 权限控制系统,采用独特的伪三层架构模型设计,内置 fastapi-admin 基本实现,并作为模板库免费开源

Language: Python - Size: 4.63 MB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 294 - Forks: 47

joeygoesgrey/FASTAPI-BOILERPLATE

FastAPI Boilerplate: A Foundation for Scalable and Efficient Web Applications

Language: Python - Size: 57.6 KB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

code4mk/microservice-fastapi

Language: Python - Size: 146 KB - Last synced: 21 days ago - Pushed: 21 days ago - Stars: 0 - Forks: 0

chempik1234/fastapi-simple-notes

test fastAPI project

Language: Python - Size: 26.4 KB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 0 - Forks: 0

FastCodeProfile/FastAPI_Template

FastAPI Template

Language: Python - Size: 384 KB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 1 - Forks: 0

YeonwooSung/FastAPI_Templates

Language: Python - Size: 9.49 MB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 3 - Forks: 1

pyaustine/fastapi

api using python fastapi framework and postgresql db

Language: Python - Size: 28.3 KB - Last synced: 25 days ago - Pushed: 26 days ago - Stars: 1 - Forks: 1

LuisLuii/FastAPIQuickCRUD

Generate CRUD methods in FastApi from an SQLAlchemy schema

Language: Python - Size: 31.9 MB - Last synced: 26 days ago - Pushed: 4 months ago - Stars: 249 - Forks: 31

pog7x/fastapi-arch-tmpl

Python Fastapi application with sqlalchemy orm template

Language: Python - Size: 102 KB - Last synced: 27 days ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

Shashank0271/Posts-API

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

uriyyo/fastapi-filters

FastAPI filters🍸

Language: Python - Size: 1.37 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 46 - 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: 5 days ago - Pushed: over 1 year ago - Stars: 65 - Forks: 23

iandday/plant_tracker

Language: TypeScript - Size: 606 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

testdrivenio/fastapi-crud-sync

FastAPI CRUD

Language: Python - Size: 10.7 KB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 76 - Forks: 19

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: 10.7 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

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: 10 days ago - Pushed: 4 months ago - Stars: 23 - Forks: 1

MatthieuLeNozach/sentiment_analysis_api_with_fastapi

Language: Python - Size: 244 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - 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: about 2 months ago - Pushed: about 2 months ago - Stars: 6 - Forks: 2

ycd/universities

:school_satchel: Free & open source API service for obtaining information about +9600 universities worldwide.

Language: Python - Size: 142 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 60 - Forks: 9

BiteStreams/fastapi-template

A FastAPI project template using Make, Docker Compose and Github Actions. This includes a SQLAlchemy integration and an integration test setup.

Language: Python - Size: 162 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 94 - Forks: 20

tarhi/gestion_parc_auto

sociéte de location de voiture

Language: Python - Size: 22.5 MB - Last synced: about 2 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

sqlalchemy-filterset/sqlalchemy-filterset

SQLAlchemy Filterset. An easy way to filter, sort, paginate SQLAlchemy queries

Language: Python - Size: 1.06 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 37 - Forks: 0

notarious2/Vue3FastAPI-To-Do

Full-stack Vue3 and FastAPI built To-Do app

Language: Vue - Size: 1.55 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 11 - Forks: 0

kinshuk-code-1729/FastAPI-App

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

FernandoCelmer/cookiecutter-fastapi

❤️️ Amazing project with FastAPI

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

notarious2/fastapi-chat

Real-time chat with FastAPI, Websockets and SQLAlchemy2

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

IlyaGrebenschikov/FastAPI_REF

Referral App

Language: Python - Size: 144 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

antonata-c/cat_charity_fund

Сервис фонда поддержки животных

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

ArtemHorik/CurrencyAPI

Currency Conversion API made with Fastapi and SQLAlchemy

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

fleuronvilik/fastapi-beginners

Python API Development

Language: Python - Size: 51.8 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 1

wangxin688/netsight

Intend base network full-lifetime-cycle management system

Language: Python - Size: 781 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 9 - Forks: 0

kallabox/kallabox-api

Kallabox API is the backend API that can be used for general small-scale commercial accounting, written in Python using FastAPI and utilizes Postgresql, a database system.

Language: Python - Size: 56.6 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

sajidahmed12/Yolov5-FastApI-Web

This is a FastAPI web application that allows a user to upload images to perform inference using a pretrained YOLOv5 model, and receive results in JSON format.

Language: HTML - Size: 1.45 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

sholehbaktiabadi/fastapi-simple-restapi

Simple FastApi CRUD Rest Api

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

notarious2/geolocations

Working with Spatial Data using FastAPI, SQLAlchemy, GeoAlchemy and PostGIS

Language: Python - Size: 591 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

tiagoBarbano/estudo_python

Compilado de Estudos sobre FastAPI

Language: Python - Size: 924 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 2 - Forks: 1

damiangarayalde/fastapi-sqlite-with-docker

API to manage StarWars characters with FastAPI, SQLite and Docker

Language: Python - Size: 12.7 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ariefendi992/Fullstack-Sistem-Monitoring

Fullstack Sistem Monitoring

Language: Python - Size: 87.9 KB - Last synced: 5 months ago - Pushed: 5 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: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

concaption/fast-blog

blogging apis built with FastAPI and SQLAlchemy.

Language: Python - Size: 400 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Sunyata-OU/Web-Service-Python

A near complete backend stack template to start a fresh bakend project from scratch.

Language: Python - Size: 780 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 1

lexxai/goit_python_web_hw_13

GoIT, Python WEB, Homework number 13. FastAPI. PostgreSQL. Docker. REST API. ORM SQLAlchemy. Pydantic. Bootstraps CSS. Jinga. Alembic. OAuth2. JWT. Redis. Cloudinary. Limits

Language: Python - Size: 4.09 MB - Last synced: 2 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

ycd/fastrates

:dollar: Free & open source API service for current and historical foreign exchange rates.

Language: Python - Size: 43 KB - Last synced: 29 days ago - Pushed: almost 4 years ago - Stars: 29 - Forks: 8

testdrivenio/fastapi-sqlmodel-alembic

Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.

Language: Python - Size: 16.6 KB - Last synced: 7 months ago - Pushed: 9 months ago - Stars: 347 - Forks: 72

jordan-elias/database_management

This project is a FastAPI app with a SQLAlchemy database for creating versatile web APIs. It enables user authentication, content management, and more.

Language: Python - Size: 10.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

vic012/adopet-challenge

Uma plataforma que conecta pessoas com interesses em pets

Language: Python - Size: 22.5 KB - Last synced: 7 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

KingAkeem/easy-store

A simple object storing service built with FastAPI, SQLAlchemy and SQLite

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

K1rL3s/InnovationYourMove

Сайт научного сообщества девушек «Инновация»

Language: Python - Size: 12.4 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

depocoder/file_storage

simple of auth on python with fastapi

Language: Python - Size: 1.01 MB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 3 - Forks: 1

dev-dpoudel/guideme-service

GuideMe-service provides data and business layer abstraction protocols for GuideMe. Guide Me is a Yellow pages alike platform where user can enlist places/ business enterprises, create discussion forums and share thoughts and rating for the listed business.

Language: Python - Size: 160 KB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

NoumanAhmad448/django-blog-posts

A blog application with users privileges developed in Django & Fast API & Next.js

Language: JavaScript - Size: 1.81 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

fa-animation/fastapi-and-sqlalchemy

Template com algumas confiruações simples do fasatapi e do sqlAlchemy

Language: Python - Size: 43 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

bybatkhuu/stack.fastapi-orm-template

This is a Stack FastAPI ORM Template project.

Language: Shell - Size: 88.9 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

bybatkhuu/rest.fastapi-orm-template

This is a FastAPI ORM Template project.

Language: Python - Size: 236 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

SiddheshShanmugaraja/FastAPI

The goal of the projects was to understand the intricacies of FastAPI

Language: Python - Size: 7.05 MB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

NickNaskida/BookGiveawayService

Async Book Giveaway Service written in FastAPI, Python

Language: Python - Size: 59.6 KB - Last synced: 7 months ago - Pushed: 7 months 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: 4 months ago - Pushed: 4 months ago - Stars: 4 - Forks: 3

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: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

NickNaskida/FastAPI-Boilerplate

FastAPI, Postgres, Alembic & SQLAlchemy async template 🚀

Language: Python - Size: 45.9 KB - Last synced: 9 months ago - Pushed: 9 months 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: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

hademircii/fortune-cookies

a portfolio project. a real world example server built with FastAPI, Pydantic and SQLAlchemy and an aiohttp based client. demonstrates async programming, style and OOP in Python

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

m0kr4n3/fastapi_project_template

RESTful Back-end project template with FastAPI + PostgreSQL + JWT + Docker + nginx

Language: Python - Size: 101 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 16 - Forks: 1

DiegoLittle/FastAPI-Postgres-JWT-API

Dockerized FastAPI Boilerplate with PostgreSQL, SQLAlchemy and JWT authentication

Language: Python - Size: 22.5 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

krishnalagad/restapi-with-FastAPI

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python. In this repository I've created API's for MongoDB CRUD operation using FastAPI.

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

vichannnnn/fastapi-boilerplate

FastAPI boilerplate with batteries to quickly get started on your backend project!

Language: Python - Size: 104 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 4 - 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: 10 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

gsailer/lean-fastapi-pg

Cookiecutter for a minimal FastAPI+PostgreSQL setup with alembic

Language: Python - Size: 37.1 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

noman13bd/fastapi-crud

FastAPI with PG SQL in Master branch and with MySQL in mysql_branch

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

slocksert/g1_crawler

A headline finder from the G1 site, basically takes as data the headline, the link to the headline, and the date.

Language: Python - Size: 82.9 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

valarietan/FastAPI-Cards

"Cards Against Insecurity" is an app developed with fastAPI and React, NextJS, as my capstone project for coding bootcamp CODE Lancashire .

Language: Python - Size: 81.1 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

melli0505/monitoring_system

AC Energy monitoring system based on FastAPI, PostgreSQL, MQTT

Language: CSS - Size: 722 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Saif807380/fastapi-starter-template

Opinionated FastAPI template bootstrapped with authentication, database configuration and testing

Language: Python - Size: 124 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 9 - Forks: 1

Vediusse/cat_charity_fund

Language: Python - Size: 84 KB - Last synced: 10 months ago - Pushed: 10 months 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: 3 days ago - Pushed: 10 months ago - Stars: 26 - Forks: 6

kaziamov/expenses-app

Web app for personal expenses control. FastAPI + PostgreSQL (sqlalchemy, alembic, pydantic) + Aiogram

Language: Python - Size: 182 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

DashaMalva/QRkot

Учебный проект "Благотворительный фонд" на FastAPI с подключением к GoogleAPI

Language: Python - Size: 40 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

sheyzi/fastapi_generate

This is a template for FastAPI that comes with authentication preconfigured.

Language: Python - Size: 78.1 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 6 - Forks: 0

AdamHavlicek/fastapi-todo-ddd

FastAPI Python DDD and Clean Architecture Example

Language: Python - Size: 186 KB - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 7 - 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: 12 months ago - Pushed: 12 months ago - Stars: 13 - Forks: 0

Arifcse21/FastAPI

Practice on FastAPI and SqlAlchemy orm

Language: Python - Size: 14.6 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

betofleitass/twitter-fast-api

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

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

yulio94/fastapi-template

Quick start development with FastAPI, SQLAlchemy, Alembic and Pre-commit.

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

nirmal2i43a5/student-attendance

This is the crud app to become familiar with fastapi

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

TarekSaati/social-media-app

This is a backend web API created and tested using Python Fast-API, PostgreSQL, and ORMs

Language: Python - Size: 13.2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

DeepTalekar/Basic-Social-Media

FastAPI Backend featuring basic social media features (vote, CRUD posts, users).

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