Developer Documentation
nomor Platform
A full-stack TypeScript monorepo for building modern e-commerce applications. React 19, NestJS, Drizzle ORM, and PostgreSQL — managed with Turborepo.
Documentation
Explore by topic
Getting Started
Setup your development environment and run your first build
API Development
Backend patterns, NestJS modules, and API design guidelines
Frontend Guides
Data fetching, forms, and React Query patterns
Database & ORM
Drizzle ORM setup, migrations, and schema design
Real-time Events
WebSocket architecture, rooms, and event handling
Workflows
Business logic flows for catalog, promotions, and more
Quick Links
Popular guides
Built With
Technology stack
React 19NestJSDrizzle ORMPostgreSQLTanStack RouterTanStack QueryTurborepoTypeScript
Quick Start
Get running in minutes
Terminal
# Clone and install
git clone https://github.com/nomor/nomor.git
cd nomor
pnpm install
# Setup database
pnpm db:start
pnpm db:migrate
# Start development
pnpm devSee the full setup guide for environment configuration and troubleshooting.