Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 371 Bytes

graphql-tutorial-implementation

Using Django and Graphene to realize GraphQL's implementation. This project creates a hackernews clone. The platform will have the following features:

  • List of Users and Links
  • Users creation and authentication
  • Users can create Links and vote on them

Instructions at: https://www.howtographql.com/graphql-python/1-getting-started/