Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 516 Bytes

File metadata and controls

23 lines (16 loc) · 516 Bytes

SupplySource

A B2B supply chain marketplace connecting wholesalers and retailers in Bangladesh.

Tech Stack

  • Frontend: Next.js 16 + TypeScript + Tailwind CSS v4
  • Backend: NestJS + TypeScript
  • Database: PostgreSQL 17 (Docker)
  • ORM: Prisma 7
  • Auth: Better Auth
  • Package manager: pnpm 11 (monorepo)

Structure

apps/web - Next.js frontend apps/api - NestJS backend packages/types - Shared TypeScript types packages/utils - Shared utilities

Getting started

See docs for setup instructions.