Have Docker and docker-compose installed.
- Run
docker-compose up
(might a few minutes) - GraphQL should be up at http://localhost:3000/graphql
If it doesn't seem to work for no reason, NodeJS might be trying to start before PostgreSQL is ready. Stop/kill the command and run step #1 again.