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
- Host: GitHub
- URL: https://github.com/br8bit/katana
- Owner: br8bit
- Created: 2022-01-10T01:31:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T19:23:08.000Z (over 3 years ago)
- Last Synced: 2025-02-04T21:44:14.661Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```