API for managing your pantry' products
- Install all the tech stack
- Clone the repository
- run the following commands:
# install dependences
$ npm install
# run application
$ npm run start
# run unit tests
$ npm run test
# test coverage
$ npm run test:cov