Nest framework TypeScript starter repository.
$ yarn install
Note, installing @ppx/schematics
package with yarn
would not work
# development
$ npm run start:api
# watch mode
$ npm run start:api:dev
# production mode
$ npm run start:api:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Create a new project in sentry. If the team does not exist, create it, you can do it in the same menu, and you need to be an Admin.
- Employees need to log in to the sentry for the first time in order for their account to appear. Then you can add them to the team.
- Then you need to take dsn and put it in the project config.
- To set up alert rules, you need to create a chat in slack and then create a rule in sentry, following the example of another project.
Nest is MIT licensed.