6 posts tagged with "graphql"
Dive Schedule — Dive Centre Management Platform
An all-in-one scheduling and management application for dive centres. Split across three repositories — a TypeScript React/Apollo client, a Django GraphQL API server, and Terraform-based AWS infrastructure — providing booking management, boat scheduling, and a digital diver logbook.
Apr 25, 2021
React Apollo Starter — TypeScript + GraphQL Template
A ready-to-use starter template for building React applications with Apollo Client and TypeScript. Bootstraps a project with GraphQL CRUD operations on a Todo model connected to a Django GraphQL API, React Router for navigation, and pre-configured test setup with Jest and React Testing Library.
Apr 23, 2021
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
Scuba Dive Dubai — Saleor Headless Commerce Platform
A full-scale e-commerce platform for ScubaDiveDubai.com built on Saleor, the open-source headless commerce framework. Split across four Git submodules — storefront, dashboard, API, and Terraform infrastructure — with independent CI/CD pipelines deploying each component to AWS (CloudFront + ECS).
Feb 10, 2021
React Apollo Recipes — Full-Stack GraphQL Recipe App
A recipe sharing application that demonstrates full-stack GraphQL with Apollo Client and Server. Users create, search, and like recipes with optimistic UI updates that make interactions feel instant. Built with comprehensive React Testing Library coverage and MongoDB for persistent storage.
Jul 25, 2020
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