- GraphQL Yoga
- Prisma
This is the app built in the official GraphQL Yoga tutorial.
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/
.