Files
mini-discord/README.md
T
2026-07-18 02:10:34 +00:00

980 B
Raw Blame History

Turborepo Starter Project

Tech Stack

  • Turborepo Monorepo build system
  • Bun JavaScript runtime and package manager (recommended)
  • Next.js React framework for web apps (client)
  • TypeScript Typed JavaScript
  • Node.js Backend runtime (server)
  • PostgreSQL Database (schema in server/lib/db/schema)
  • Redis Caching (server/lib/redis)
  • S3 Object storage (server/lib/s3)
  • Docker Compose Local development orchestration

Purpose

This repository provides boilerplate code for quickly starting new full-stack projects using a modern monorepo setup. It includes pre-configured client and server apps, shared tooling, and example integrations for authentication, database, caching, and storage.