api-design-node-v3 icon indicating copy to clipboard operation
api-design-node-v3 copied to clipboard

[Course] API design in Node with Express v3

Results 38 api-design-node-v3 issues
Sort by recently updated
recently updated
newest added

Hi there, in branches `lesson-1` to `lesson-3` and their `solution` branches the test script commands in `package.json` (`test-routes`, `test-models`, `test-controllers`...) use `npm run test` while branches `lesson-4`, `lesson-5` and their...

on initial installation [npm i ] or [yarn install] the (bcrypt) package is causing the installation process to fail. however, installing it on a separate line yeilds with 1926 vulnerabilities:...

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace...

- Error message: "item validation failed: list: Path `list` is required." - It would be getMany instead of getOne on route get /api/item & list

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.3 to 5.0.0. Release notes Sourced from bcrypt's releases. v5.0.0 Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's...

dependencies

On running the test, npm run test-routes, I'm getting this error Tried installing cross-env, still giving error Help please ! ![issue](https://user-images.githubusercontent.com/30936967/87027411-bfad1e80-c1fa-11ea-814e-d53067eefc03.JPG)

As mentioned previously on #40 some async tests take longer than expected to run causing the test suite to timeout. THis can be fixed by adding the line `jest.setTimeout(10000)` anywhere...