This starter combines WunderGraph Cloud with Turborepo to create an optimized monorepo experience for your WunderGraph application.
It contains 2 applications:
api + web
is a typing speed test built with wundergraph + nextjs + postgres- Frontend hosted at https://speedtest.wundergraph.app
- WunderNode hosted at https://speedtest-api.wundergraph.app
api-federation + web-federation
demonstrates wundergraph with apollo federation- Frontend hosted at https://apollo-federation-cloud-demo.vercel.app
- WunderNode hosted at https://apollo-federation-nextjs.wundergraph.dev
npm install
npm run start:services #optional
npm run build
npm run dev
Read the Docs.
Feel free to contribute or improve the demo as you like by raising a PR.