Dragons0458 / kanban-board-api

This is a small kanban board api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 96.4%Language:JavaScript 2.5%Language:Dockerfile 1.1%