An open API service indexing awesome lists of open source software.

https://github.com/async3619/fullstack-turborepo-starter

My initial setup for full stack web projects
https://github.com/async3619/fullstack-turborepo-starter

Last synced: 9 months ago
JSON representation

My initial setup for full stack web projects

Awesome Lists containing this project

README

          

# Fullstack Turborepo Starter

This is a fullstack monorepo starter template using [Turborepo](https://turborepo.org/).

## Features

- [Turborepo](https://turborepo.org/) for managing monorepo
- [PNPM](https://pnpm.io/) for managing packages
- [TypeScript](https://www.typescriptlang.org/) for type checking statically
- [Next.js](https://nextjs.org/) for frontend framework
- [Apollo Client](https://www.apollographql.com/docs/react/) for GraphQL client
- [Nest.js](https://nestjs.com/) for backend framework
- [Prisma](https://www.prisma.io/) for database
- [GraphQL](https://graphql.org/) for API Framework
- [Jest](https://jestjs.io/) for testing
- [ESLint](https://eslint.org/) for linting codes
- [Prettier](https://prettier.io/) for formatting codes
- [Husky](https://typicode.github.io/husky/) for git hooks
- [Knip](https://knip.dev/) for finding dead codes