Software License

Nodeschool TypeScript GraphQL

NodeSchool material meant for presenting Apollo GraphQL.

Free use, so go ahead and follow the Installation steps to get started!

Technology

TypeScript NodeJS Apollo-GraphQL GraphQL

Requirements

  • Node v16 (Nvm)
  • Local PostgreSQL database (Brew)

Installation (copy paste in terminal should do the trick!)

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

Credits

License

The MIT License (MIT). Please see License File for more information.