nestjs-prisma-starter icon indicating copy to clipboard operation
nestjs-prisma-starter copied to clipboard

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker

Results 16 nestjs-prisma-starter issues
Sort by recently updated
recently updated
newest added

## Change - Add Bull and Demo - Add Nestjs Logger 2 Prisma Middleware ## Why add I think it's essential to use message queues in a production environment, so...

I have a question relating to JWT, could you pl. answer? There is a mutation named, refreshToken() which is exposed as an endpoint. In the documentation, there is no mention...

Hello @marcjulian Last PR about .env files 😄 2 changes : - Use dot-cli to include root .env file to use prisma (so no need to have 2 .env files...

Following discussion on : https://github.com/fivethree-team/nestjs-prisma-starter/pull/420 The goal of this PR is to be able to have one config file (and one .env file) for each environnement (development, staging, ...). Little...

like this :https://www.freecodecamp.org/news/how-to-enable-live-reload-on-docker-based-applications/

Sorry for bothering again. I was wondering if there is a way to make code coverage 100% with unit tests for this project. I don't know if this is possible...

# Bug ## Steps to reproduce - fresh install the repository and follow the guide on readme (https://github.com/fivethree-team/nestjs-prisma-starter#prisma-setup) - run e2e tests ## Expected behaviour e2e tests passed ## Actual...

Add RolesGuard guard and and Roles decorator to support Role-Based Access Control. This is an example for users with role USER or ADMIN can call updateUser(). ```typescript @Resolver(() => User)...

![image](https://github.com/notiz-dev/nestjs-prisma-starter/assets/5756752/90463687-bddc-4dda-9fd4-22697086d0e8)