Skip to content

sebastian-crow/memberships-v2

Repository files navigation

Memberships-v2 GraphQL API Next.js with TypeScript and ESLint

A GraphQL API. Using Nextjs, TypeScript, Prisma, Apollo Sever, PostgreSQL, Docker, ESlint, Husky.

Get started

# Install dependencies
yarn install

# Enable husky
yarn husky install

# Start dev server
yarn dev

Features

  • ESLint and Prettier are integrated with VSCode to fix and format code on save (you need eslint and prettier VSCode plugins)
  • lint-staged: linting will only happen on staged files, not all file
  • Latest Husky
  • TypeScript types are checked before each commit

License

MIT