The main tools used in the project:
# clone repository
git clone git@github.com:fernandobritto/product-qualifier-api.git
# enter the project folder
cd product-qualifier-api
# install dependencies
yarn install
# run the project
yarn start:dev
Fernando Britto