/testing-app

Primary LanguageTypeScript

Hackernews GraphQL API example

Stack

  • GraphQL Yoga
  • Prisma

Tutorial

This is the app built in the official GraphQL Yoga tutorial.

Check out the tutorial

Run

Run the following commands

# run migrations
pnpm run --filter example-hackernews migrate
# start dev server
pnpm run --filter example-hackernews dev

Then visit http://localhost:4000/.