Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.41 KB

Reddit GraphQL API

This example shows you how to create a Reddit API clone using GraphQL. The goal of this example is not to re-create the entire reddit API, but to produce a simpler version that is easier to understand, and implements most of the features that Strawberry gives us.

Tech Stack used:

Features at a glance

  • Implements the Relay spec
  • data modelling with relations
  • Error modelling within the schema
  • Authorization with the permissions API
  • Batch loading with dataloaders
  • modular codebase

How to use

You can use Docker Compose to run this example. Make sure you have it installed on your machine!

docker compose up

You can now explore the GraphQL API here: http://localhost/graphql