nestjs-api-tutorial icon indicating copy to clipboard operation
nestjs-api-tutorial copied to clipboard

NestJs REST API tutorial for FreeCodeCamp

Results 17 nestjs-api-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [class-validator](https://github.com/typestack/class-validator) from 0.13.2 to 0.14.0. Changelog Sourced from class-validator's changelog. 0.14.0 (2022-12-09) Added add @IsTimeZone decorator to check if given string is valid IANA time zone add @IsISO4217CurrencyCode decorator...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

I have a probleme to connect to the postgres on docker. I have the env :: `DATABASE_URL="postgresql://postgres:123@localhost:5432/nest?schema=public"` and the docker-compose :: `version: '3.8' services: dev-db: image: postgres:13 ports: - 5434:5432...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I am getting this error when trying to run nest js Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users\shaun\node_modules\@angular\core\fesm2015\core.mjs not supported. Instead change the require of C:\Users\shaun\node_modules\@angular\core\fesm2015\core.mjs to a dynamic import()...

Dear Vlad, I saw your video on Youtube (Free Code Camp one) and the tutorial is so cool - anyway - the readme file could be a bit more comprehensive...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies