nx-nest-graphql

NX Workspace + Nest and GraphQL Starter repo

MIT License

Stars
12

nx-nest-graphql

A starter with:

Usage

  • Generate new project using this repo as template or
  • git clone https://github.com/beeman/nx-nest-graphql
  • cd nx-nest-graphql
  • yarn

Project Structure

Project Type Path Description
api app apps/api Nest API
auth lib libs/auth Authentication
core lib libs/core Core utils, API config
data lib libs/data Data interface (Prisma)
sdk lib libs/sdk SDK generated by GraphQL Codegen

Setup

Run yarn setup to change the npm scope.

MIT Licensed