/graphql-prisma-demo

GraphQL prisma demo

Primary LanguageJavaScriptMIT LicenseMIT

project status

GraphQL Prima Demo

This repo contains two GraphQL samples baded on primsa. The first sample shows a model based on talks on conferences. The model shows a sample based on cities and a bit of information about the city.

This sample is part of a GraphQL Yoga Sample where both models will be combined in one GraphQL schema.

Usages

Required software

  • Node 10+
  • docker and docker-compose

Start

Just run the start script, it will spin up docker containers for prisma and the database. Once up, prisma is deployed and some data is loaded via npm.

./start.sh

Stop (clean)

Just run the stop script.

./stop.sh