Cookbook API GraphQL schema

Cookbook API - GraphQL with Node.js and TypeScript

Node.jsExpress.jsGraphQLTypeScript

Type-safe GraphQL API for managing cookbook data and recipes built with Node.js, Express, and TypeScript

A robust Node.js API implementing GraphQL for efficient recipe and cookbook data management. Features Express.js web framework integration and comprehensive TypeScript support for type-safe, maintainable code. Designed with modern API architecture patterns including proper error handling, validation, and scalable data structures. Demonstrates backend development expertise, GraphQL schema design, and API best practices for building production-ready services.

Features

GraphQL Playground

GraphQL Playground

An interactive GraphQL Playground for querying the API, shown here running an ingredients query that returns the full list of ingredient names stored in the database.

Cookbook API - Santiago Pintus