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