Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: orm

119 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
geektutu/7days-golang
A tutorial series repository that walks through building Go software from scratch in 7 days each, including a Gin-like web framework (Gee),…
3216984stable
nextjs/saas-starter
An official Next.js starter template for building SaaS applications with authentication, Stripe payments, and a user dashboard. It combines…
4816061active
eddycjy/go-gin-example
A well-known example repository demonstrating a production-style RESTful blog API built with Go's Gin framework, GORM, MySQL, Redis, and JW…
657196stable
xkcoding/spring-boot-demo
A large collection of 66 Spring Boot integration demos for learning Spring Boot through hands-on examples, covering web, ORM, caching, mess…
3234078maintenance
t3-oss/create-t3-turbo
A monorepo starter template combining the T3 Stack (Next.js/TanStack Start, tRPC, Drizzle, better-auth, Tailwind) with Expo React Native, m…
776105active
CodingDocs/springboot-guide
An open-source Chinese-language tutorial guide for learning Spring Boot 2.0+ from basics to practical usage, covering topics like REST APIs…
625259active
brocoders/nestjs-boilerplate
A NestJS REST API boilerplate providing a production-ready starting point for typical backend projects. It ships with authentication, TypeO…
774383active
ivanpaulovich/clean-architecture-manga
A sample .NET application (a virtual wallet) demonstrating Clean Architecture, Hexagonal Architecture, DDD, SOLID, and TDD principles with …
624353active
gothinkster/node-express-realworld-example-app
A RealWorld-conformant example backend built with Node.js, Express, Prisma, and TypeScript, demonstrating CRUD, authentication, and common …
323800active
kgrzybek/modular-monolith-with-ddd
A full sample .NET application demonstrating a modular monolith architecture built with Domain-Driven Design, CQRS, and clean architecture …
3213962maintenance
rafaelfgx/Architecture
A full-stack reference template implementing Clean Architecture with .NET/ASP.NET Core on the backend and Angular on the frontend. It demon…
763277active
dahlia/awesome-sqlalchemy
A curated list of extra libraries, extensions, and resources for SQLAlchemy, the Python ORM toolkit. It is a documentation-style awesome li…
713055active
demopark/sequelize-docs-Zh-CN
A Chinese translation of the Sequelize ORM documentation, tracking the upstream sequelize project including the v7.0.0-alpha docs. It provi…
652998active
gothinkster/golang-gin-realworld-example-app
A RealWorld-spec reference implementation of a Medium.com clone backend built with Go and the Gin web framework, using GORM and JWT authent…
752715active
mckaywrigley/mckays-app-template
A full-stack Next.js starter template by McKay Wrigley that bundles a preconfigured tech stack: Next.js, Tailwind, Shadcn, Framer Motion, P…
351934active
jbogard/ContosoUniversityDotNetCore-Pages
A reference implementation of the Contoso University sample application built with ASP.NET Core Razor Pages on .NET 10. It demonstrates Jim…
681786active
dotnet/EntityFramework.Docs
The official documentation source for Entity Framework Core and Entity Framework 6, published on Microsoft Learn. It covers tutorials, fund…
761735active
revokslab/ShipFree
ShipFree is a free, open-source Next.js SaaS boilerplate (a ShipFast alternative) with prewired authentication, payments, email, database, …
641690active
liyifeng1994/ssm
A tutorial repository demonstrating how to integrate the classic SSM Java web stack: SpringMVC + Spring + MyBatis. It serves as a hands-on …
325901maintenance
gothinkster/spring-boot-realworld-example-app
A Spring Boot + MyBatis example backend implementing the RealWorld (Medium clone) API spec with CRUD, JWT auth, pagination, and both REST a…
321578active
DavideViolante/Angular-Full-Stack
A full-stack starter boilerplate combining Angular, Express, Mongoose (MongoDB), and Node.js, all written in TypeScript. It includes JWT au…
751566active
tecladocode/rest-apis-flask-python
The companion repository for the 'REST APIs with Flask and Python' course and e-book, containing section-by-section project code and course…
231505active
vladmihalcea/high-performance-java-persistence
Code examples accompanying the High-Performance Java Persistence book and video course by Vlad Mihalcea. It demonstrates JDBC, JPA, Hiberna…
721498active
teamhide/fastapi-boilerplate
A production-oriented FastAPI boilerplate providing async SQLAlchemy sessions, JWT-based custom user authentication, permission dependencie…
691492active
dev-xo/remix-saas
Remix SaaS is an open-source, production-ready Remix stack template for building SaaS applications. It ships with Prisma, Stripe, Tailwind …
751455active
Snailclimb/spring-security-jwt-guide
A Spring Boot 3.5 + Java 21 example project demonstrating stateless authentication and role-based authorization using Spring Security and J…
431445active
zhanglei-workspace/shopping-management-system
A collection of progressively more advanced Java projects (shopping mall, supermarket, and library management systems) designed as practice…
325197maintenance
AnghelLeonard/Hibernate-SpringBoot
A collection of 300+ runnable sample applications demonstrating Java persistence performance best practices using Hibernate 5/6 and Spring …
661372active
CatsMiaow/nestjs-project-structure
A NestJS project structure template providing an opinionated folder layout and configuration for building Node.js backend applications with…
751355active
tuguangquan/mybatis
A fork of the MyBatis ORM framework source code annotated with Chinese comments to aid in reading and understanding the internals. It cover…
324753maintenance
zhanymkanov/fastapi_production_template
A production-oriented FastAPI project template with Docker, PostgreSQL, async SQLAlchemy, Alembic migrations, and preconfigured linting and…
641260active
matthewrenze/clean-architecture-demo
A sample ASP.NET Core application demonstrating Clean Architecture practices, accompanying Matthew Renze's Pluralsight course. It ships in …
351218active
NikolayIT/ASP.NET-Core-Template
A ready-to-use ASP.NET Core project template distributed as a dotnet CLI template via NuGet. It comes preconfigured with repository pattern…
861187active
khannedy/golang-clean-architecture
A Go project template implementing Clean Architecture with layered delivery, use case, repository, and gateway components. It ships with a …
491092active
lenve/JavaEETest
A collection of Java example projects demonstrating Spring, SpringMVC, MyBatis, and Spring Boot features, each paired with detailed blog tu…
323499maintenance
w3cj/hono-open-api-starter
A starter template for building fully documented, type-safe JSON APIs using Hono, Zod OpenAPI, Drizzle ORM, and Scalar API docs. It bundles…
441011active
lujakob/nestjs-realworld-example-app
A RealWorld-spec example backend API implementing a Medium.com clone with NestJS, available in TypeORM (master) and Prisma (prisma branch) …
323356maintenance
java-aodeng/hope-boot
Hope-Boot is a modern Java scaffold/boilerplate project built on Spring Boot with MyBatis, Redis, Shiro, Thymeleaf, Swagger, and Flyway. It…
233233maintenance
hack4impact/flask-base
A Flask application template with pre-built boilerplate code including user authentication, permissions management, SQLAlchemy database int…
103060maintenance
yizhiwazi/springboot-socks
A Chinese-language Spring Boot tutorial repository with example source code accompanying a series of articles covering Spring Boot 2.0 from…
522839maintenance
Buuntu/fastapi-react
A cookiecutter template that bootstraps full-stack web applications using FastAPI (Python) and React (TypeScript). It bundles PostgreSQL wi…
232585maintenance
sequelize/express-example
An official example repository demonstrating how to integrate the Sequelize ORM with an Express.js application. It provides a basic referen…
322481maintenance
summerblue/laravel-shop
The companion source code for a hands-on Laravel e-commerce tutorial (Laravel 电商实战教程), demonstrating how to build a full online shop with L…
322449maintenance
imwilsonxu/fbone
Fbone is a Flask starter template/boilerplate application that bundles common Flask extensions like SQLAlchemy, WTForms, Flask-Login, and F…
321702maintenance
realpython/flask-boilerplate
A pre-configured boilerplate template for starting Python Flask applications, bundling Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and B…
321579maintenance
pvarentsov/typescript-clean-architecture
A reference implementation of Clean Architecture in TypeScript, built as a fictional blogging application (IPoster) using NestJS and TypeOR…
321502maintenance
darbyluv2code/spring-boot-3-spring-6-hibernate-for-beginners
Source code repository accompanying the Udemy course 'Spring Boot 3, Spring 6 and Hibernate for Beginners' by luv2code. It contains hands-o…
641492maintenance
liaogx/fastapi-tutorial
A Chinese-language tutorial repository accompanying a video course that teaches the FastAPI Python web framework from Hello World through a…
321436maintenance
nextacular/nextacular
Nextacular is an open-source full-stack starter kit for building multi-tenant SaaS applications with Next.js, Tailwind CSS, Prisma, and Str…
611382maintenance
mybatis-book/book
Companion repository for the Chinese book 'MyBatis 从入门到精通' (MyBatis from Beginner to Master), containing all example source code from the b…
321346maintenance
WebJournal/journaldev
The official GitHub repository hosting example code for the 500+ tutorial projects published on JournalDev (now part of DigitalOcean). It c…
321330maintenance
JackStouffer/Flask-Foundation
Flask Foundation is a starter template/boilerplate for building Flask web applications following community best practices. It bundles bluep…
231277maintenance
sibtc/django-beginners-guide
Code samples accompanying a seven-part beginner's tutorial series on Django, covering fundamentals, authentication, ORM, class-based views,…
231263maintenance
karanpratapsingh/fullstack-starterkit
A GraphQL-first full-stack starter kit built with Node.js, React, and TypeScript, featuring Apollo, Prisma ORM with PostgreSQL, Jest testin…
321201maintenance
cheese10yun/spring-jpa-best-practices
A step-by-step tutorial repository demonstrating Spring Data JPA best practices in Java, covering entity mapping, validation, exception han…
321172maintenance
komarserjio/notejam
Notejam is a unified sample web application (sign up/in, notes CRUD with pads) implemented in many server-side frameworks including Django,…
321137maintenance
dzzzzzy/Nestjs-Learning
A Chinese-language tutorial repository for learning the NestJS framework, with written guides on controllers, modules, middleware, guards, …
101115maintenance
vercel/nextjs-postgres-auth-starter
A Next.js starter template combining NextAuth.js email/password authentication, Drizzle ORM, Tailwind CSS, and a Neon PostgreSQL database. …
321052maintenance
yidao620c/SpringBootBucket
A collection of small, runnable Spring Boot example projects, each demonstrating integration with a common web technology (MyBatis, MongoDB…
231050maintenance
atulmy/fullstack-graphql
A simple fullstack demo application with a GraphQL API built on Express and Sequelize (MySQL, Postgres, SQLite, MSSQL) and a React + Redux …
321034maintenance
juliusmarminge/acme-corp
Acme Corp is a fullstack Next.js 13 starter kit structured as a Turborepo monorepo, featuring tRPC for full-stack typesafety, Kysely with P…
591175experimental
Nealyang/React-Express-Blog-Demo
A full-stack blog demo built with React, Redux-Saga, Express, and MongoDB (via Mongoose), accompanied by a 14-part tutorial blog series. It…
321944abandoned
mattupstate/overholt
Overholt is an example Flask application demonstrating common practices for structuring larger Flask projects, including blueprints, SQLAlc…
101595abandoned
symfony/symfony-standard
The Symfony Standard Edition, a pre-configured skeleton application bundling the Symfony framework with Twig, Doctrine ORM, Swiftmailer, an…
101475abandoned
ixartz/Next-js-Boilerplate
A free, open-source Next.js boilerplate and starter template with App Router support, Tailwind CSS 4, and TypeScript. It bundles authentica…
9413052active
hagopj13/node-express-boilerplate
A Node.js boilerplate/starter template for building production-ready RESTful APIs with Express and Mongoose. It ships with JWT authenticati…
237668stable
vercel/next-forge
next-forge is a production-grade Turborepo monorepo template for building Next.js SaaS applications. It bundles an opinionated, pre-integra…
797661active
ixartz/SaaS-Boilerplate
A free, open-source SaaS boilerplate built with Next.js, TypeScript, Tailwind CSS, and Shadcn UI. It ships with authentication, multi-tenan…
897381active
EduardoPires/EquinoxProject
Equinox Project is an open-source ASP.NET 9 reference web application demonstrating Clean Architecture, DDD, CQRS, Event Sourcing, and othe…
576779active
techschool/simplebank
The companion code repository for TECH SCHOOL's Backend Master Class, a course that builds a simple bank backend web service in Go from scr…
406529active
ityouknow/spring-boot-examples
A large collection of minimal, practical Spring Boot example projects (updated through Spring Boot 3.0) covering web, data access, messagin…
3230503maintenance
boxyhq/saas-starter-kit
An open-source Next.js SaaS boilerplate for building enterprise-ready SaaS applications. It ships with pre-built features like authenticati…
724916active
async-labs/saas
An open-source SaaS boilerplate web application built with React, Next.js, Express, MongoDB (Mongoose), MobX, WebSockets, and TypeScript. I…
384502active
kriasoft/graphql-starter-kit
A monorepo template (seed project) pre-configured with a GraphQL API server, PostgreSQL database tooling, and a React front-end using TypeS…
323971active
JeffLi1993/springboot-learning-example
A collection of Spring Boot practice learning examples in Java, accompanying a series of Chinese blog tutorials covering Spring Boot 2.x fu…
3216558maintenance
aspnetrun/run-aspnetcore-microservices
A reference implementation of an e-commerce microservices system built on .NET 8 with ASP.NET Core Web APIs, gRPC, RabbitMQ/MassTransit eve…
643258active
michaelshimeles/nextjs-starter-kit
A production-ready Next.js 15 SaaS starter kit with authentication, subscription billing, AI chatbot, file storage, and analytics pre-integ…
533050active
nextify-limited/saasfly
Saasfly is an open-source, enterprise-grade Next.js SaaS boilerplate and starter template built as a Turborepo monorepo. It bundles authent…
432896active
NarHakobyan/awesome-nest-boilerplate
An enterprise-grade NestJS boilerplate written in strict TypeScript with PostgreSQL via TypeORM, JWT RS256 auth with RBAC, CQRS, i18n, and …
622822active
vector4wang/spring-boot-quick
A Spring Boot learning hub with 80+ example modules demonstrating real-world integration of frameworks like RabbitMQ, Kafka, MyBatis, JPA, …
692788active
notiz-dev/nestjs-prisma-starter
A starter template for NestJS applications that comes preconfigured with Prisma Client, code-first GraphQL, Passport-JWT authentication, Sw…
322540active
fastapi-practices/fastapi-best-architecture
An enterprise-level backend architecture template built on FastAPI, SQLAlchemy 2.0, Pydantic v2, Celery, and Docker, organized in a three-t…
962523active
techa03/goodsKill
goodsKill is a Java-based microservices demo project simulating a flash-sale (seckill) e-commerce system, built on Spring Cloud 2025.x, Spr…
642423active
benavlabs/FastAPI-boilerplate
Fastro is a production-ready FastAPI boilerplate providing an async API foundation with FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL, a…
862064active
enkodellc/blazorboilerplate
Blazor Boilerplate is a SPA admin starter template built with Blazor and MudBlazor that runs in both Server-Side and WebAssembly (Core-Host…
391913active
graphile/starter
Graphile Starter is an opinionated full-stack SaaS quick-start template built on React, Node.js, GraphQL, and PostgreSQL, powered by PostGr…
561827active
527515025/springBoot
A collection of Spring Boot example projects demonstrating integration with common components such as Spring Security, Shiro, MyBatis, JPA,…
326762maintenance
ArisGuimera/SimpleAndroidMVVM
A sample Android app in Kotlin demonstrating MVVM and Clean Architecture, built progressively across tutorial branches covering Retrofit, c…
321767active
vercel/nextjs-postgres-nextauth-tailwindcss-template
A Next.js 15 admin dashboard starter template built with the App Router, TypeScript, Tailwind CSS, Shadcn UI, Auth.js, and Vercel Postgres.…
601617active
reliverse/relivator
Relivator is a free, open-source ecommerce SaaS starter template built on Next.js 15, React 19, and TypeScript. It ships with a modern full…
501558active
bitloops/ddd-hexagonal-cqrs-es-eda
A complete working example application demonstrating Domain Driven Design, Hexagonal Architecture, CQRS, Event Sourcing, Event Driven Archi…
941437active
alan345/AI-Fullstack-SaaS-Boilerplate
A fullstack SaaS boilerplate built with tRPC, Fastify, React 19, Drizzle ORM, and Better Auth, with integrated AI chat via OpenAI and Serve…
781408active
rstyro/Springboot
A collection of standalone Spring Boot demo modules, each showing how to integrate Spring Boot with a mainstream framework or technology su…
691323active
moinulmoin/chadnext
ChadNext is an open-source starter template for Next.js 15 App Router projects that bundles authentication (LuciaAuth), Prisma with Postgre…
451322active
hansonwang99/Spring-Boot-In-Action
A curated collection of open-source Spring Boot example projects accompanying a series of practical tutorial articles by CodeSheep. It cove…
324671maintenance
in28minutes/spring-boot-master-class
A Spring Boot master class repository accompanying an online course, teaching Spring Boot through building a todo management web applicatio…
571117active
learning-cloud-native-go/myapp
A production-grade Go microservice boilerplate that demonstrates building a containerized RESTful API server with the standard library net/…
1001096active
w3tecch/express-typescript-boilerplate
A TypeScript boilerplate for building RESTful APIs with Node.js and Express, featuring layered architecture, TypeORM, TypeDI dependency inj…
233416maintenance
kgrzybek/sample-dotnet-core-cqrs-api
A sample .NET Core REST API demonstrating a simple CQRS implementation with Domain-Driven Design using Clean Architecture. It uses raw SQL …
323061maintenance
leehaut/spring-boot-all
A multi-module collection of Spring Boot example projects demonstrating integrations with MyBatis, JPA/Hibernate, Shiro, Redis, ActiveMQ, W…
761936maintenance

page 1 / 2 next →