/virus-scan-service

This is a virus scanning microservice running on Node.js

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

virus-scan-service

Description

This is a virus scanning microservice based on the on NestJS framework.

Installation

$ npm install

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

License

Nest is CC0 licensed.