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 31 nestjs-starter-rest-api issues
Sort by recently updated
recently updated
newest added

## Done: - Update packages - Fix the problems caused by the new Typeorm version 0.3.x - updated methods - remove deprecated annotations - Migration fix - Fix access problem:...

bug
:pray: Please Review Me
dependencies

[NestJS v9](https://trilon.io/blog/nestjs-9-is-now-available) is now available. Running `npm-check-updates` and then `npm install` to upgrade all version hints in package.json to allowing installation of the new major versions: Next todo for this...

dependencies

Close #263. It now throws: ```js { "error": { "statusCode": 400, "message": "Bad Request Exception", "errorName": "BadRequestException", "details": { "statusCode": 400, "message": [ "User already exists." ], "error": "Bad Request"...

Bumps [@nestjs/config](https://github.com/nestjs/config) from 1.0.1 to 2.2.0. Release notes Sourced from @​nestjs/config's releases. Release 2.2.0 Merge pull request #990 from nestjs/renovate/major-nest-monorepo (474ef31) chore(deps): update nest monorepo to v9 (87d2ebf) chore(deps): update...

dependencies
javascript

If a user with username `x` or email `[email protected]` is already registered, while registering with the same input, it throws `500 internal server error`. ```js { "error": { "statusCode": 500,...

Hello guys, I'm using this repo and wanted to contribute with a workflow I made using github actions. This workflow will autogenerate the last version and tag, the CHANGELOG.md file...

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.1.2 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...

dependencies
javascript

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.5 to 9.3.1. Release notes Sourced from ts-loader's releases. v9.3.1 Bug fix: Generate declaration files for js files if allowJs is set to true #1260 - thanks...

dependencies
javascript

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.3.1 to 8.4.7. Release notes Sourced from @​nestjs/core'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