Skip to content

wundergraph/cloud-demo

Repository files navigation

WunderGraph Cloud Demo

This starter combines WunderGraph Cloud with Turborepo to create an optimized monorepo experience for your WunderGraph application.

It contains 2 applications:

  1. api + web is a typing speed test built with wundergraph + nextjs + postgres
  2. api-federation + web-federation demonstrates wundergraph with apollo federation

Getting started locally

npm install
npm run start:services #optional
npm run build
npm run dev

Learn More

Read the Docs.

Contributing

Feel free to contribute or improve the demo as you like by raising a PR.