Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 363 Bytes

File metadata and controls

11 lines (9 loc) · 363 Bytes

GraphQL example service

This application was made to illustrate a simple GraphQL service setup for retrieving and writing user objects.

Software prerequisites

  • node version 18.17.1

How to run the application

  1. From the commandline, run npm install
  2. From the commandline, run npm run graphql-generate
  3. From the commandline, run npm run dev