Description This is based on NestJs Framework Installation $ yarn install Running the app # development $ yarn start # watch mode $ yarn start:dev # production mode $ yarn start:prod Test # unit tests $ yarn test # e2e tests $ yarn test:e2e