A progressive Node.js framework for building efficient and scalable server-side applications.
To run the application, you will need to have the following installed on your machine:
- NodeJS >= 20.16.0: Download and Install NodeJS
- Git: Download and Install Git
$ cd ./scripts
$ node createEnv.js
$ pnpm install
# development
$ pnpm dev
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov