nx-nest-graphql

May 3, 2020 ยท View on GitHub

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

ProjectTypePathDescription
apiappapps/apiNest API
authliblibs/authAuthentication
coreliblibs/coreCore utils, API config
dataliblibs/dataData interface (Prisma)
sdkliblibs/sdkSDK generated by GraphQL Codegen

Setup

Run yarn setup to change the npm scope.

MIT Licensed