DEV Community

Cover image for Introducing Turborepo NestJS + Qwik City Boilerplate
Oleg Petrov
Oleg Petrov

Posted on

Introducing Turborepo NestJS + Qwik City Boilerplate

Hello, fellow developers!

I’m thrilled to introduce my latest boilerplate.
This template combines NestJS for the backend and Qwik City for the frontend, with PostgreSQL as the database and DrizzleORM for seamless database interactions.

What’s Inside?

  • @tnq/backend: A NestJS application with DrizzleORM.
  • @tnq/client: A Qwik City application for the frontend.
  • @tnq/types: Shared types package for consistent type usage across the project.

Key Features

  • TypeScript: Full TypeScript support across all apps and packages.
  • Turborepo: Monorepo architecture for streamlined project management.
  • Biome: For code linting and formatting (except the client app, which uses ESLint and Prettier due to pending Qwik support).

Check it out on GitHub: Turborepo NestJS + Qwik City Boilerplate

Happy coding!

Top comments (0)