Note: Check the .env.example file to know about environment variables
To start the project in development mode you need to run the following commands.
npm run build:watchTo listen for changes and transpile the code.
npm run devTo start the server and refresh the changes.
npm run builddocker build -t imageName:tag .Jest as a test library
npm run testRun the linter
npm run lintFix lint issues automatically
npm run lint:fixnpm run start