Files
turborepo-starter-project/README.md
T
pure_sagacity ba4b3db71a readme :3
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:07:13 -05:00

896 B
Raw Blame History

Turborepo Starter Project

Tech Stack

  • Turborepo Monorepo build system
  • 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.