greatSumini / kangaroo-server

For 2021 JunctionX Seoul Hackathon

Home Page:https://swish-dev.ga/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ npm install

Running the app

# development
$ npm run dev

# re-build docker image
$ npm run dev:build

# remove docker container
$ npm run dev:down

Test

# unit tests
$ npm run jest

# e2e tests
$ npm run jest:e2e

# test coverage
$ npm run jest:cov

Deploy

# run run.sh
$ ./run.sh

License

MIT licensed.

About

For 2021 JunctionX Seoul Hackathon

https://swish-dev.ga/docs


Languages

Language:TypeScript 98.9%Language:JavaScript 1.0%Language:Shell 0.1%