A generic and holistic audit tool for your company collaborative efforts.
Dojotek AuditCloud core (Nest.js) repository.
$ npm install
# create new migration file
typeorm migration:create -n <MigrationName>
# apply migrations
make migration/run
# revert migrations
make migration/revert
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Dojotek™ AuditCloud is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please contact us by e-mail.
- Author - Andy Primawan
- Website - https://dojotek.id
- Twitter - @andypmw
Dojotek™ AuditCloud is MIT licensed.