- Make sure Docker and Docker-Compose is installed and is up and running
- Once you're in the root folder of the project, run the command "docker-compose up"
- When the command is finished running, go to "http://localhost:80/graphql". Here you'll be able to make queries and find the documentation.
This project is based on the following github repository boilerplate: https://github.com/naver/graphql-server-boilerplate It has been modified to work as a todo-list API and Docker Compose has been added to the project.