An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with sqlalchemy-orm

A curated list of projects in awesome lists tagged with sqlalchemy-orm .

https://github.com/panaverse/learn-generative-ai

Learn Cloud Applied Generative AI Engineering (GenEng) using OpenAI, Gemini, Streamlit, Containers, Serverless, Postgres, LangChain, Pinecone, and Next.js

aws azure docker docker-compose fastapi gemini generative-ai google-cloud huggingface-transformers langchain neondb openai pinecone postgresql pydantic python sqlalchemy-orm streamlit terraform

Last synced: 16 May 2025

https://github.com/hackersandslackers/flask-sqlalchemy-tutorial

:snake: :information_source: Create and manage data in your Flask app via a SQL database.

flask flask-application-factory flask-sqlalchemy orm-framework orms python sqlalchemy sqlalchemy-orm tutorial

Last synced: 08 Apr 2025

https://github.com/talkpython/web-applications-with-fastapi-course

Demo code and other handouts for students of our FastAPI Web Apps course.

async-await asyncio fastapi html sqlalchemy sqlalchemy-orm static webapp website

Last synced: 11 May 2025

https://github.com/vsdudakov/fastadmin

FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.

admin dashboard django fastadmin fastapi fastapi-admin flask ponyorm sqlalchemy-orm tortoise-orm

Last synced: 08 Apr 2025

https://github.com/hackersandslackers/sqlalchemy-tutorial

🧪🔬 Use SQLAlchemy to connect, query, and interact with relational databases.

database database-management orm-framework orms python sqlalchemy sqlalchemy-orm sqlalchemy-python tutorial

Last synced: 06 Apr 2025

https://github.com/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.

fastapi fastapi-crud fastapi-sqlalchemy postgresql pydantic pydantic-models python rest-api restful restful-api sqlalchemy sqlalchemy-orm sqlalchemy-python uvicorn

Last synced: 13 Apr 2025

https://github.com/jod35/build-a-fastapi-and-postgresql-api-with-sqlalchemy

This is code for a video about creating REST API with FastAPI, SQLAlchemy and PostgreSQL.

fastapi posgresql python sqlalchemy-orm

Last synced: 22 Apr 2025

https://github.com/mahmoudimus/sqlalchemy-citext

CITEXT type for SQLAlchemy

citext python sqlalchemy sqlalchemy-orm

Last synced: 06 Nov 2025

https://github.com/profcomff/fastapi-template

Шаблон для разработки backend-сервиса на fastapi

cookiecutter fastapi pydantic python3 sqlalchemy sqlalchemy-orm

Last synced: 15 Apr 2025

https://github.com/profatsky/freebots

No-code конструктор Telegram-ботов с функционалом генерации кода

aiogram aiogram-3 aiogram-bot aiogram-bot-template aiogram3 chatbot chatbot-telegram chatbots code-generation code-generator fastapi sqlalchemy-orm telegram telegram-bot telegram-bots vue3 vuejs

Last synced: 22 Jul 2025

https://github.com/profatsky/chatbot-builder

Бесплатный no-code конструктор чат-ботов для Telegram с функционалом генерации кода

aiogram aiogram-3 aiogram-bot aiogram-bot-template aiogram3 chatbot chatbot-telegram chatbots code-generation code-generator fastapi sqlalchemy-orm telegram telegram-bot telegram-bots vue3 vuejs

Last synced: 09 Jul 2025

https://github.com/seapagan/fastapi_async_sqlalchemy2_example

A Simple example how to use FastAPI with Async SQLAlchemy 2.0

async example fastapi python sqlalchemy sqlalchemy-orm

Last synced: 10 Oct 2025

https://github.com/barseghyanartur/fake.py

Minimalistic, standalone alternative fake data generator with no dependencies

django-orm dynamic-fixtures factories fake-data fake-files fake-py sqlalchemy-orm tortoise-orm

Last synced: 08 Oct 2025

https://github.com/asuiu/sparkorm

ORM for Apache Spark and DataFrames schema manager

orm pyspark pyspark-python python python3 spark spark-orm spark-sql sparkql sqlalchemy sqlalchemy-orm

Last synced: 07 May 2025

https://github.com/danieladdisonorg/message-auto-forwarding-ai-agent

An enterprise-grade solution designed to streamline communication workflows across multiple messaging platforms. It leverages Selenium-based web automation and intelligent filtering algorithms to provide seamless message routing with minimal manual intervention.

chartjs flask jwt-authentication postgresql selenium sqlalchemy sqlalchemy-orm

Last synced: 12 Aug 2025

https://github.com/satyamsoni2211/lazy_alchemy

Lazy-Alchemy is a Python package that loads the database models lazily. https://pypi.org/project/lazy-alchemy/

alchemy database lazy lazy-loading mapper mysql oops oops-in-python orm performance postgres postgresql query sqlalchemy sqlalchemy-orm sqlalchemy-python sqlite3 utility utility-library

Last synced: 23 Apr 2025

https://github.com/maxzaikin/tgb-microsuite

TgramBuddy: A Python Telegram bot solution leveraging aiogram, OOP, and efficient dependency management with uv, containerized by Docker.

aiogram aiogram-bot alembic asyncio dependency-injection docker llama-index llamacpp nodejs npm numpy opencv-python python react redis sqlalchemy-orm telegram-bot telegram-bot-api uv vite

Last synced: 03 Jul 2025

https://github.com/aniketwdubey/expense-sharing-application-using-fastapi

This is a backend service for managing and sharing daily expenses between users. The application allows users to add expenses and split them in three different ways: equally, by exact amounts, or by percentage. It also manages user details, validates input, and generates a downloadable balance sheet.

api apidevelopment expense expense-management expense-tracker-app fastapi sqlalchemy sqlalchemy-orm

Last synced: 11 Apr 2025

https://github.com/jod35/sqlalchemy-asyncio

This is code for a video I am making on SQLAlchemy 2.0 demonstrating how to use it with AsyncIO.

async-sqlalchemy asyncio python sqlalchemy sqlalchemy-orm

Last synced: 24 Jun 2025

https://github.com/codewithmide/alx-higher_level_programming

Higher level programming languages and projects from ALX SE

c javascript mysql-database python3 shell sql sqlalchemy sqlalchemy-orm sqlalchemy-python

Last synced: 04 May 2025

https://github.com/tejasa97/meals_suggestor

Meals Suggestor is an app you can use to plan out your meals for the week to reach your fitness goals

docker flask python redis sqlalchemy-orm

Last synced: 23 Jun 2025

https://github.com/josgard94/api-to-do-list-with-python-and-flask

This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations such as task creation and updating.

api api-rest database database-coneccion example-project flask flask-api learning-python mysql pyth python singleton-pattern sqlalchemy sqlalchemy-database sqlalchemy-orm sqlalchemy-python

Last synced: 15 Mar 2025

https://github.com/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

fastapi fastapi-crud fastapi-sqlalchemy pet-shelter pet-shop pydantic python python3 python36 python37 python38 python39 sqlalchemy sqlalchemy-orm sqlalchemy-python

Last synced: 06 Apr 2025

https://github.com/kingakeem/easy-store

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

docker fastapi fastapi-sqlalchemy files json orm python python3 rest rest-api sqlalchemy sqlalchemy-orm sqlite3 storage

Last synced: 09 Apr 2025

https://github.com/sccsmartcode/echodat

EchoDAT is a web application designed to enhance collaboration and organization within music groups, choirs, and other musical ensembles. It serves as a digital notebook and communication platform, allowing members to register, join groups, and participate in various musical projects.

audio-sharing flask music-collaboration music-projects project-management real-time-communication sqlalchemy-orm web-application

Last synced: 21 Feb 2025

https://github.com/sonupandit9693/meeting-ai-assistant

A collaborative platform that records, transcribes, summarizes meetings and auto-generates action items.

celery fastapi nextjs openai openai-whisper postgres python3 redis-server sqlalchemy-orm typescript

Last synced: 18 Jun 2025

https://github.com/wanyingng/budgetify

Budgetify is an open-source, user-friendly, and intuitive budget-tracking web app designed to help you take control of your personal finances.

bootstrap-5 chartjs cs50x flask greensock html-css-javascript jinja2 python3 pythonanywhere-servers regex sqlalchemy-orm sqlite3 werkzeug

Last synced: 18 Jul 2025

https://github.com/wisskirchenj/simple-banking

Simple credit card account system in Python using sqlite.

python-3-11 sqlalchemy-orm sqlite3

Last synced: 24 Feb 2025

https://github.com/wisskirchenj/investors-calculator

Calculator that helps investors make a fundamental analysis based on the company's reports.

python3 sqlalchemy-core sqlalchemy-orm sqlite3

Last synced: 24 Jul 2025

https://github.com/tonsatomicos/bacen-interest-rate-history

Projeto acadêmico: extração, processamento e persistência do histórico de taxas de juros básicas do BACEN.

docker pandera python selenium solid sqlalchemy-orm

Last synced: 02 Aug 2025

https://github.com/saurookadook/nlp-stock-sa

A stock sentiment analysis app using natural language processing built with Python, TypeScript, PostgreSQL, and Docker

chakra-ui d3 docker nodejs postgresql python3 react sqlalchemy sqlalchemy-orm typescript

Last synced: 07 Apr 2025

https://github.com/macagua/example_msaccess_python

Examples for create a Microsoft Access database and query his data with Python

access database microsoft msaccess office pyodbc python python3 sql sql-query sqlalchemy sqlalchemy-orm

Last synced: 26 Feb 2025

https://github.com/danpoynor/python-book-database

Exercise creating an SQL database including model creation and CRUD using SQLAlchemy

console-app crud demo-app python sqlalchemy-orm

Last synced: 06 Mar 2025

https://github.com/bwt2/lifeline-sdd

HSC SDD Project from Y12 2021

pyqt5-desktop-application python sqlalchemy-orm

Last synced: 16 Mar 2025

https://github.com/solomonkassa/classic-burger

🍔 A mouthwatering web application built with Flask for ordering and enjoying classic burgers online.

cart delivery flask mysql-database sass-framework sqlalchemy-orm

Last synced: 06 Jul 2025

https://github.com/danitilahun/flask-postgresql-crud-api

This Flask app with PostgreSQL backend facilitates seamless CRUD operations, ensuring efficient data management and manipulation.

flask flask-sqlalchemy flask-validator neondb postgresql-database python sqlalchemy-orm

Last synced: 22 Jul 2025

https://github.com/chandrakantapanda/fastapi-blog-api

imple asynchronous API implemented with Fast-Api framework utilizing MYSQL as a Database and SqlAlchemy as ORM .

crud-api fastapi mysql python3 sqlalchemy-orm sqlalchemy-python uvicorn

Last synced: 06 Apr 2025

https://github.com/ejw-data/leaflet-transportation

Analysis of populations centers that could support high speed rail

api flask html-css-javascript leafletjs python sqlalchemy-orm sqlite

Last synced: 15 Mar 2025

https://github.com/mstovarh/moviemix-my-movie-api

Este repositorio contiene una API personalizada llamada MovieMix encargada de realizar recomendaciones de películas, se utilizaron tecnologías como python, jwt, uvicorn, docker, sqlalchemy, fastapi y docker.

api docker docker-compose env fastapi jwt jwt-auth jwt-token middleware python restful-api sqlalchemy-orm sqlalchemy-python uvicorn

Last synced: 03 Sep 2025

https://github.com/mmncit/fast-posts

Backend for Post Management System (Minimal using FastAPI, SQLAlchemy, PostgresDB, Alembic)

alembic backend-api fastapi postgres python sqlalchemy-orm

Last synced: 12 Mar 2025

https://github.com/prashanthbadri112/taskmng-backend

A simple backend application for managing the tasks

fastapi matplotlib pandas python sqlalchemy-orm sqlite

Last synced: 24 Mar 2025

https://github.com/iamgoatki/messendger_windl

Mини-приложение, реализующее функционал чата с возможностью отправки сообщений, их хранения в базе данных и создания групповых чатов.

asyncio docker docker-compose fastapi jwt oauth2 openapi python rest-api sqlachemy sqlalchemy-orm swagger websocket

Last synced: 08 Jul 2025

https://github.com/kreipikc/fastapi-book-async

A simple API with 19 endpoints written in FastAPI (works asynchronously), using PostgreSQL, Redis, SMTP, Docker, JWT

alembic api async docker fastapi jwt-auth postgresql pydantic python redis smtp sqlalchemy-orm

Last synced: 25 Mar 2025

https://github.com/carlos-alberto-code/sqlalchemy-template-project

El proyecto es una plantilla para inicializar proyectos que usan SQLAlchemy y Alembic. El propósito es evitar configurar los archivos de alembic en cada proyecto. Al usar esta plantilla puedes comenzar a declarar tus modelos y ejecutar una migración inmediatamente.

alembic python-3 sqlalchemy-orm

Last synced: 28 Mar 2025

https://github.com/morikeli/tushare-backend

Backend for the TuShare app developed using FastAPI ⚡

fastapi fastapi-sqlalchemy python python3 sqlalchemy sqlalchemy-orm sqlalchemy-python

Last synced: 19 Feb 2025

https://github.com/simonwei97/python-fastapi-example

Python Backend Repo Example, FastAPI+SQLAlchemy+Uvicorn.

dynaconf fastapi python3 sqlalchemy-orm uvicorn

Last synced: 20 Feb 2025

https://github.com/jakobdk7/message-auto-forwarding-ai-agent

🤖 Automate message forwarding across platforms with an AI agent that streamlines communication, minimizing manual effort and enhancing workflow efficiency.

agent ai automation chartjs flask message postgresql selenium sqlalchemy sqlalchemy-orm

Last synced: 10 Oct 2025

https://github.com/argonzcompany/tebno-app

The application for registering patients and booking their appointments

pyqt pyqt5-charts pyqt5-desktop-application python sqlalchemy-orm sqlalchemy-python

Last synced: 20 Feb 2025

https://github.com/aaron-smits/pybank

REST API serving JSON - Postgres, JWT, Docker, FastAPI and Python

docker docker-compose fastapi postgresql python sqlalchemy-orm

Last synced: 11 Sep 2025

https://github.com/mixer-sys/messendger_windl

Mини-приложение, реализующее функционал чата с возможностью отправки сообщений, их хранения в базе данных и создания групповых чатов.

asyncio docker docker-compose fastapi jwt oauth2 openapi python rest-api sqlachemy sqlalchemy-orm swagger websocket

Last synced: 05 Jul 2025

https://github.com/sanjayengineer121/loyalty-dashboard

Enduring Connection, Trustworthy Foundation, Personalized Experiences, Rewards and Coupons, Easy to maintain, Graph summary, custom report, Tiers and monthly target are main features of this WEB app.

flask-api flask-application flask-migrate-authentication- flask-restful json loyalty loyalty-program mysql oauth-deployment rest-api session-based silent-fallback-to-sqlite sqlalchemy-orm sqlite sqlite-database

Last synced: 03 Apr 2025

https://github.com/jere-eee/p4-full-stack-project

A simple gaming community website allowing users to review games and join tournaments.

bycrypt flask-backend flask-restful flask-sqlalchemy heroicons nextjs react-router sqlalchemy-orm tailwindcss

Last synced: 27 Mar 2025

https://github.com/shivabajelan/hawaii-climate-analysis-surfsup-with_sqlalchemy

The analysis in this project aims to provide insight into the climate patterns of Honolulu in Hawaii and inform decisions regarding the best time to visit and what activities to plan.

pandas python sql sqlalchemy sqlalchemy-orm sqlite

Last synced: 13 Oct 2025

https://github.com/francislauriano/sge_flask

Sistema de gerenciamento de pedidos de uma loja online desenvolvido em Python com microframework Flask.

blueprint fernet-cryptography flask jwt marshmallow postgresql python sqlalchemy-orm

Last synced: 03 Apr 2025

https://github.com/flying-sheep/graphql-sqlalchemy

Generate GraphQL Schemas from your SQLAlchemy models

graphql graphql-query sqlalchemy sqlalchemy-orm

Last synced: 27 Oct 2025

https://github.com/kayannr/surfs-up

Climate Analysis and Data Exploration of Climate Database Using Python (Pandas, Matplotlib), SQLAlchemy (ORM Queries) and Flask

pandas python sqlalchemy sqlalchemy-orm sqlite

Last synced: 09 Nov 2025

https://github.com/swappy514/flask-todo-app

A simple, full-stack Flask TODO app for managing daily tasks. Features user authentication, CRUD operations, user profiles, and a responsive UI. Perfect for learning Flask, Python, and web development best practices. Easy to customize and deploy.

css-styles curd-operation database-management flask flask-blueprints flask-todo full-stack-web-development jinja2-templates modular-structure responsive-web-design restful-routing sqlalchemy-orm task-manager todo-app user-authentication web-application

Last synced: 10 Aug 2025

https://github.com/mariano1603/meeting-ai-assistant

🎙️ Transform meetings into actionable insights with AI-driven transcriptions, summaries, and task extraction to enhance productivity and save time.

celery fastapi nextjs openai openai-whisper postgres python3 redis-server sqlalchemy-orm typescript

Last synced: 25 Sep 2025

https://github.com/mukhtarb/coffee-shop-fs

FullStack IAM Coffee Shop Application

flask-application ionic-framework sqlalchemy-orm

Last synced: 28 Aug 2025

https://github.com/tireon003/kode_notes_api

It's a project of test task by Kode. Notes API implementation.

alembic assignment fastapi jwt-auth pyaspeller python3 rest-api sqlalchemy-orm

Last synced: 26 Feb 2025

https://github.com/antonioisaacdias/api-flask-books

API Rest em Python e Flask para cadastramento e gerenciamento de livros.

api api-rest flask flask-api flask-migrate flask-sqlalchemy python sqlalchemy-orm sqlite

Last synced: 30 Jul 2025