Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

greatSumini/kangaroo-server

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%