Skip to content

silogos/nestjs-graphql-crm

Repository files navigation

How to running the app

  1. install package
$ pnpm install
  1. Change env DB
DATABASE_URL="mysql://USERNAME:PASSWORD@localhost:3306/DATABASE_NAME"
  1. prisma migrate db (ensure your db server active)
$ pnpm dlx prisma migrate dev
  1. Running the app
$ pnpm start:dev
  1. Go to graphql playground http://localhost:3000/graphql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published