NodeSchool material meant for presenting Apollo GraphQL.
Free use, so go ahead and follow the Installation steps to get started!
git clone git@github.com:Miljoen/nodeschool-typescript-graphql.git
cd nodeschool-typescript-graphql
npm i
cp .env.example .env
npx prisma migrate dev
npx prisma generate
npm run start
The MIT License (MIT). Please see License File for more information.