nestjs-starter-rest-api icon indicating copy to clipboard operation
nestjs-starter-rest-api copied to clipboard

NestJS Starter Kit. Monolithic Backend. REST API.

Results 36 nestjs-starter-rest-api issues
Sort by recently updated
recently updated
newest added

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 8.0.6 to 8.4.7. Release notes Sourced from @​nestjs/common's releases. v8.4.7 (2022-06-14) Enhancements microservices #9719 feat(microservices): exposes base context on the main package (@​delucca) #9751 fix(microservices): adds feedback...

dependencies
javascript

As the `articles` table does not have onDelete cascading, any user associated with the article entity can not be deleted from the `users` table. ![image](https://user-images.githubusercontent.com/45073703/172347419-6105b41d-ff41-4181-88f7-25369a4c55b0.png)

Changes 1. Fixed typo `isProMood` to `isProdMode`. 2. Added `-N ""` to rsa key creation command to skip passpharse.

Currently, the starter kit returns a bad request exception(`400`) message details in the following pattern. ``` "message": [ "name must be a string", "name should not be empty", "email must...

In this test: https://github.com/monstar-lab-oss/nestjs-starter-rest-api/blob/master/src/article/repositories/article.repository.spec.ts#L51 I think that this test does not work as expected, because if the repository does not throw an exception, the assertion will not be executed at...

feat: added sonarQube docker setup for code quality

wontfix

Currently, the refresh token feature is implemented in a simple stateless way. Here are some of advanced features we have to discuss for further enhancement. - [ ] User entity...

enhancement

### Integration Both have easy to integrate nest module available - Bugsnag https://github.com/vita-mojo/nest-bugsnag (not that much star or forking) - Sentry https://github.com/ntegral/nestjs-sentry (50 star, still less) ** We have to...

discussion

:construction: Work-In-Progress