A sample Hello World application for GraphQL using Express, written for explanation of the blog post https://www.wisdomgeek.com/web-development/hello-graphql-using-express/ To run the project
- Open terminal/cmd in the project directory
- npm install the packages
- npm start
- Browse to http://localhost:3000/graphql
- Enter the query { message } in the graphical editor to see the response message from server