It includes features for:
- Auth0 authentication
- Graphql Subscriptions
- Triggers on Operations
- Express compatible
- Node 20.9.0
- Express 4.19.2
- Prisma 5.11.0
- Graphql 15.3.0
- Apollo Server 4.10.2
- TypeGraphql 1.1.1
- Prisma TypeGraphql 0.27.2
- TypeScript 5.4.3
- Nodemon 3.1.0
-
Install
npm i --legacy-peer-deps
-
Generate types
npx prisma generate
-
Run
npm run dev
-
Build
npm run build
-
Run
npm run start