Skip to main content

Quick Start

TL;DR? The quickest way to launch GraphQL Portal (with Gateway and Dashboard) locally, is to use our Docker Compose file:

git clone git@github.com:GraphQL-Portal/graphql-portal-docker.gitcd graphql-portal-docker

Then simply launch Gateway, Dashboard, as well as Redis and MongoDB in one command:

docker-compose -f docker-compose.yml up

Where to go from here? We would suggest creating some APIs and playing with the data connectors. Read more about that here.