Service with Nest to provide data to ecommerce admin and customer interface
1 - Clone the repository
2 - Install and run Docker Desktop;
3 - Install all dependecies and setup database
$ npm install --legacy-peer-deps
$ npm run local
$ npm run start:dev
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
Open http://localhost:3000 with your browser to routes details