Arpple / plan-poker

practice project, doing planning poker api with Nest.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

practice project with Nest.js implementing Planning Poker

structure

lib = business logic, pure function

service = application interface, interact with database but no UI (HTTP)

api = ui layer, in this case HTTP Api server

database = database and ORM

Installation

$ 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

practice project, doing planning poker api with Nest.js


Languages

Language:TypeScript 100.0%