This is GraphQL practice. Using python3.9.
make install_python3.9
For installing requirements:
make requirements
RUN_ARGS="--host 0.0.0.0 --port 8000" make server
To run client
RUN_ARGS="--url http://0.0.0.0:8000/graphql" make client
To start the RabbitMQ, gRPC server and one worker you can use Docker image:
docker run --rm -it -p 8000:8000 ch0p1k/graphql-scoreboard:latest
To run in backend process - add -d
flag