https://github.com/br8bit/katana
API for deck of cards
https://github.com/br8bit/katana
Last synced: 9 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T19:23:08.000Z (over 4 years ago)
- Last Synced: 2025-03-29T20:44:46.087Z (about 1 year 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
```