Follow the steps below;
-
Install dependencies
yarn install
-
Create and run docker container (for PostgreSQL server)
docker compose up -d
-
Start the Apollo GraphQl server
yarn dev
Head over to http://localhost:4000/graphql for Apollo Interactive client