Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shirokovnv/json-rpc-starter

JSON RPC Starter Kit.
https://github.com/shirokovnv/json-rpc-starter

json rpc specification

Last synced: 1 day ago
JSON representation

JSON RPC Starter Kit.

Awesome Lists containing this project

README

        

# JSON RPC Starter

This is a starter kit for creating JSON schemas based on the [Open-RPC](https://open-rpc.org/) standard, building documentation and api mocks in minutes.

## Depends on

> [docker](https://www.docker.com/)

> [make](https://www.gnu.org/software/make/manual/make.html)

> [open-rpc docs-react](https://github.com/open-rpc/docs-react)

> [open-rpc mock-server](https://github.com/open-rpc/mock-server)

## Quick start

1. include your api specification to `schema/openrpc.json`.

2. run `make pull`

3. run `make docs-watch` to see api documentation in browser.

4. run `make mock-server` to start example rpc server.

or run `make help` for available commands.

## License

MIT. Please see the [license file](LICENSE.md) for more information.