Skip to content

Dragons0458/kanban-board-api

Repository files navigation

Description

This is a small Kanban API.

Running with Docker compose

$ docker-compose up -d

Deleting and stopping the containers

$ docker-compose down

## Installation

```bash
$ 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

# test coverage
$ npm run test:cov

About

This is a small kanban board api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published