Description

Munchkin Game

This repository is an implementation of the "Munchkin" card game using Nest.js framework and DDD approaches.

It is created mainly for self-educational purposes and contains a lot of overengeening, which might be not relevant for the application of this size.

Warning: This is not a complete version, WIP

Requirements

  • Node.js 12+
  • MongoDB

Stack

  • Nest.js/TypeScript
  • GraphQL/Appolo
  • MongoDB via Mongoose
  • Jest

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

License

[MIT licensed]