/card-game-api-test-task

Extensible and maintainable API to handle card games like Poker and Blackjack

Primary LanguageTypeScriptMIT LicenseMIT

test-task: Card Game Api

Installation

$ npm install
$ npm run bootstrap

Running the app

# development
$ npm run start

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e