Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/null-none/docker-fastapi-jsonrpc

JSON-RPC server on fastapi
https://github.com/null-none/docker-fastapi-jsonrpc

fastapi json-rpc python

Last synced: 18 days ago
JSON representation

JSON-RPC server on fastapi

Awesome Lists containing this project

README

        

# docker-fastapi-jsonrpc

JSON-RPC server based on fastapi

## Run with docker

### Run server

```
docker-compose up -d --build
```

### Run server

```
docker-compose exec db psql --username=fastapi --dbname=fastapi_dev
```