Backend Bug Friends

Commitizen friendly

Description

Requirements

run the following script for give at Husky the need permissions for execute the tasks

chmod a+x -R .husky/

Installation

yarn

Running the Application

# development
$ yarn start

# watch mode
$ yarn start:dev

Testing the Application

# unit tests
$ yarn test

# tests in watch mode
$ yarn test:dev

# test coverage with report html
$ yarn test:ui