- Add books mutation
- List books query
- Books subscription
- Uses django-channels, @apollo/client, graphql-ws-transport, django-graphene and others.
- Clone Repo
pip install -r requirements.txtpython manage.py migratepython manage.py loaddata books- cd into react-ui directory and
yarn python manage.py runserverat project root on one terminal windowyarn startfrom another terminal window at react-ui directory- View aplication on browser at http://localhost:3000/
- Graphiql endpoint at http://localhost:8000/graphql/ , you may need to run
python manage.py collectstatic
MIT Other license such as Django, Apollo GraphQL, React and CRA apply.
©2022 David Syengo.