https://github.com/masterkale/howtographql-hackernews-clone
Django- and Graphene-powered Hackernews clone.
https://github.com/masterkale/howtographql-hackernews-clone
Last synced: about 1 year ago
JSON representation
Django- and Graphene-powered Hackernews clone.
- Host: GitHub
- URL: https://github.com/masterkale/howtographql-hackernews-clone
- Owner: MasterKale
- Created: 2018-07-05T15:39:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T04:30:22.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T13:48:19.949Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HowToGraphQL.com - Hackernews Clone
Following the Python-centric tutorial found here: https://www.howtographql.com/graphql-python/0-introduction/
## Things to check out after this:
- https://github.com/graphql-python/graphene
- https://github.com/graphql-python/graphene-django/
- https://github.com/graphql-python/graphene-django/tree/master/examples/cookbook
- https://github.com/flavors/django-graphql-jwt
- https://github.com/carltongibson/django-filter/