No description
  • TypeScript 100%
Find a file
2022-07-28 03:35:34 -04:00
src Initial Commit 2022-07-28 03:33:52 -04:00
test Initial Commit 2022-07-28 03:33:52 -04:00
.eslintrc.js Initial Commit 2022-07-28 03:33:52 -04:00
.gitignore Initial Commit 2022-07-28 03:33:52 -04:00
.prettierrc Initial Commit 2022-07-28 03:33:52 -04:00
nest-cli.json Initial Commit 2022-07-28 03:33:52 -04:00
package.json Add peer dependencies for tensorflow 2022-07-28 03:35:34 -04:00
pnpm-lock.yaml Add peer dependencies for tensorflow 2022-07-28 03:35:34 -04:00
README.md Initial Commit 2022-07-28 03:33:52 -04:00
tsconfig.build.json Initial Commit 2022-07-28 03:33:52 -04:00
tsconfig.json Initial Commit 2022-07-28 03:33:52 -04:00

Evolving Solutions Ads Manager

Description

This service uses Nest framework TypeScript starter repository.

Dependencies

Coming soon

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov