nodejs-code-challenge-framework is a mini server and test environment for debugging and solving various coding challenges
services
-> contains application logic
yarn install
yarn build;
yarn start;
use vscode Debug server (with auto restart)
debug command
Tests are located inside TESTS folder
yarn test
or
yarn test:coverage;
use vscode Debug Jest Tests
debug command