tripple-project

1. Getting Start

  1. Clone project
    git clone https://github.com/whitekiwi/tripple-project
  2. Setup Environment
    docker-compose -f ./test/docker-compose.yml up -d
  3. Start Server
    yarn run start

2. Test

# unit test
yarn run test

# e2e test
yarn run test:e2e