ericruleman / parallel-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel service.

Api

You can look up all the endpoint documentation here, its routing design follows the RESTful specification.

Development

Dependencies:

local

Config the postgresql & redis endpoint and specify your SUBSTRATE_ENDPOINT & parallel-lending-subql endpoint, which running on SUBSTRATE_ENDPOINTendpoint.

yarn install
yarn dev

run with Docker

docker-compose up --remove-orphans

eslint check

yarn lint

api doc

yarn api    // api on localhost:4321
yarn doc    // markdown api doc

About


Languages

Language:TypeScript 99.0%Language:Dockerfile 0.6%Language:Shell 0.4%