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.

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 dev

See the full setup guide for environment configuration and troubleshooting.