The simple realization of GraphQl api.
- query
- mutations
- subscriptions
$ cd graphql-demo
$ pip install -r requirements-dev.txt
$ pip install -e .
$ make start_database
$ make start_redis
$ make prepare_database
$ make
$ open http://0.0.0.0:8080/
$ open http://0.0.0.0:8080/graphiql
make test # running tests
make lint # running the flake8
make mypy # running the types checking by mypy
- aiohttp
- aiopg
- aioredis
- graphene