View all tags
graphene2 entries
2 posts tagged with "graphene"
Django GraphQL Starter — API Template
A starter template for building Django GraphQL APIs. Bootstraps a Django project with Graphene-Django for automatic GraphQL schema generation from models, including basic CRUD operations on a Todo model, test setup, and Docker support for containerized development.
Apr 10, 2021
Ballot Online — Voting Platform
An online voting platform built with a Django GraphQL backend and a Gatsby React frontend. Uses Django Graphene to auto-generate a GraphQL schema from models, with Apollo Client for data fetching and optimistic UI updates. JWT-based authentication secures user sessions and voting actions.
Jun 10, 2020