1.2.0 • Published 1 month ago

create-nodejs-prisma-typegraphql-package v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Domo Starter for NodeJS, Typescript, Prisma - Type Grapqhl

It includes features for:

  • Auth0 authentication
  • Graphql Subscriptions
  • Triggers on Operations
  • Express compatible

Main dependencies

  • 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

Run

  1. Install

     npm i --legacy-peer-deps
  2. Generate types

     npx prisma generate
  3. Run

     npm run dev

Production run

  1. Build

     npm run build
  2. Run

     npm run start