This repository the following examples:
- Prisma ORM using PostgreSQL
- GraphQL API server via graphql-yoga
- And Jest test suites integrated to RDB
$ docker compose up
$ npm i
$ cp .env.example .env
$ npm run migrate:dev
$ npm run seed
$ npm start
$ open http://localhost:4000/graphql
$ npm run migrate:test
$ npm test
Issue a query in GraphQL Playground, then visit http://localhost:16686 to debug using GraphQL Debugger.
MIT