Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 380 Bytes

Shoyu Test

Getting Started

1. Requirements

  1. Node.js version 14.18.1
  2. Docker
  3. Yarn

2. Build and Start

  1. yarn install
  2. cp .env.sample .env; modify this file if needs be
  3. docker-compose up -d
  4. yarn dev

GraphQL playground is available at localhost:9080.

Redis UI is available at localhost:9060.

Mongo UI is available at localhost:9070.