Shopping mall application backend
- Node.js
- npm
npm installnpm run startbuild: Compiles the TypeScript code.start: Starts the application.start:dev: Starts the application in development mode with watch.test: Runs the tests.test:watch: Runs the tests in watch mode.test:cov: Generates a test coverage report.