Repository contains the queue service with endpoints to manage the queue.
This project only contains NPM dependencies, to install them use the following command.
yarn install
Project have predefined ESLint configuration file with style and static code analysis setup.
yarn lint
To run the tests simpy use the command below.
yarn test
Or in case if you want to also generate coverage report.
yarn coverage