A simple service request management GraphQL server.
-
Add environment variables outlined in
environment.json local machine, or specify the environment variables in a.envfile in project root directory. -
Install Node dependencies with
npm install. -
Run the app in development mode
npm start(ornpm run start:envif using.env). -
Open http://localhost:4000 to view GraphQL Playground in the browser.