This project is a test project for SupNex company. It is a simple REST API for managing ingredients.
git clone git@github.com:smrrazavian/supnex_test_project.git && cd supnex_test_project
npm install
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
# development
docker-compose up -d --build
pre-commit [https://www.npmjs.com/package/pre-commit]