Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 461 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 461 Bytes

tihu-grpc-js

  • NodeJS client code for tihu api
  • Mock implementation of the tihu gRPC api for testing purposes

Usage

Local

yarn
yarn start
# with auto-restart
yarn dev

Docker

docker build -t tihu-mock-api:latest .
docker run -d -p 50051:50051 --name tihu-mock-api tihu-mock-api:latest

Test

# launch the server
yarn start
# run tests
yarn test
# or run tests in watch mode
yarn test:watch

License

MIT