Skip to content

SiarheiBokuts/nodejs-code-challenge-framework

Repository files navigation

nodejs-code-challenge-framework

nodejs-code-challenge-framework is a mini server and test environment for debugging and solving various coding challenges

Structure

services -> contains application logic

Onboarding guide

  • yarn install

Run the project

Run from the terminal:

yarn build;
yarn start;

Run in debug mode:

use vscode Debug server (with auto restart) debug command

Tests

Tests are located inside TESTS folder

Run tests using terminal:

yarn test
or
yarn test:coverage;

Run tests in debug mode:

use vscode Debug Jest Tests debug command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published