Skip to content

Digivisi/NestCqrsEsStarter

Repository files navigation

Description

SURVEY API Made with Nest.

Installation

Makesure you install all required npm packages locally (in your machine's root project directory).

$ npm install

Running the app

We utilize docker-compose to run the application

$ docker-compose build
$ docker-compose up

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published