Experiments with GraphQL
- Run the container
./start_docker.sh
- Install the deps
npm install
- Run the server
node src/index.js
Now you can connect to https://localhost:4000 and use your local Apollo-Server to practice
Experiments with GraphQL
./start_docker.sh
npm install
node src/index.js
Now you can connect to https://localhost:4000 and use your local Apollo-Server to practice