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