Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/null-none/docker-fastapi-jsonrpc
- Owner: null-none
- License: mit
- Created: 2024-10-10T06:40:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T07:04:58.000Z (3 months ago)
- Last Synced: 2024-12-18T06:21:12.118Z (19 days ago)
- Topics: fastapi, json-rpc, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```