/nestjs-task-manager

Example fp-ts usage in the NestJS app

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Task Management NestJS API example

Commitizen friendly Maintainability Test Coverage

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