Go to file
2024-11-25 23:27:37 +01:00
prisma chore: learn graphql 2024-11-25 13:17:49 +01:00
src chore: switch to Fastify & Mercurius with auth for subscription, queries and mutations 2024-11-25 23:27:37 +01:00
.env.example feat: add auth using jwt 2024-11-24 02:34:20 +01:00
.eslintrc.js chore: init nest 2024-11-23 01:37:22 +01:00
.gitignore chore: learn graphql 2024-11-25 13:17:49 +01:00
.prettierrc chore: init nest 2024-11-23 01:37:22 +01:00
nest-cli.json chore: update nest-cli.json 2024-11-25 22:09:21 +01:00
package.json chore: fastify & mercurius without auth 2024-11-25 22:55:25 +01:00
README.md chore: init nest 2024-11-23 01:37:22 +01:00
tsconfig.build.json chore: init nest 2024-11-23 01:37:22 +01:00
tsconfig.json chore: init nest 2024-11-23 01:37:22 +01:00
yarn.lock chore: fastify & mercurius without auth 2024-11-25 22:55:25 +01:00

Project setup

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod