Skip to content

Quramy/prisma-yoga-example

Repository files navigation

Prisma Yoga example

This repository the following examples:

Setup

$ docker compose up
$ npm i
$ cp .env.example .env

Start GraphQL Server

$ npm run migrate:dev
$ npm run seed
$ npm run dev
$ open http://localhost:4000/graphql

Run test

$ npm run migrate:test
$ npm test

License

MIT

About

GraphQL server example using Prisma and graphql-yoga

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •