An open API service indexing awesome lists of open source software.

https://github.com/br8bit/katana

API for deck of cards
https://github.com/br8bit/katana

Last synced: about 2 months ago
JSON representation

API for deck of cards

Awesome Lists containing this project

README

        

## Installation

```bash
$ npm install
```

## Migration

```bash
$ npm run migration:run
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```