GraphQL Testing

You can run the project application on your laptop/PC by having Docker (already installed on your machine! if not, click here) and execute the following CLI command

docker run -d --rm --name qa-practice-graphql -p 5000:5000 rvancea/qa-practice-graphql

After successfully running the above command, you can open the application in browser by accessing the following URL

http://localhost:5000/graphql

More details about the application HERE

graphql