Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Dojotek AuditCloud core backend server - using Nest.js

License

Notifications You must be signed in to change notification settings

dojotek/auditcloud-core

Repository files navigation

Dojotek Logo

A generic and holistic audit tool for your company collaborative efforts.

Description

Dojotek AuditCloud core (Nest.js) repository.

Installation

$ npm install

Database Schema

# create new migration file
typeorm migration:create -n <MigrationName>

# apply migrations
make migration/run

# revert migrations
make migration/revert

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

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.

Stay in touch

License

Dojotek™ AuditCloud is MIT licensed.

About

Dojotek AuditCloud core backend server - using Nest.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published