Task Management NestJS API example
It's a simple API example using NestJS framework.
Requirements
Installation
$ yarn
Running the app
To run the app in development mode:
$ make up
$ yarn dev
Build
make build-api-image
It's a simple API example using NestJS framework.
$ yarn
To run the app in development mode:
$ make up
$ yarn dev
make build-api-image