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-dockerThen simply launch Gateway, Dashboard, as well as Redis and MongoDB in one command:
docker-compose -f docker-compose.yml upWhere to go from here? We would suggest creating some APIs and playing with the data connectors. Read more about that here.