GraphQL practice with Node/Express server and React frontend. Link to the original tutorial I was following: https://www.youtube.com/playlist?list=PL4cUxeGkcC9iK6Qhn-QLcXCXPQUov1U7f
- Pre-requisites:
- Node & npm installed on your machine
- How to run:
- Clone the project
- Run npm install
- Navigate to server directory and run "nodemon app" from command line.
- Open a browser and go to the "http://localhost:4000/graphql" address. There, you should see GraphiQL tool for testing GraphQL API.