Quickstart
If you are new to the project, start here.
The easiest way to try pg_graphql
is to run the interactive GraphiQL IDE demo. The demo environment launches a database, webserver and the GraphiQL IDE/API explorer with a small pre-populated schema.
Requires:
- git
- docker-compose
First, clone the repo
1 2 |
|
Next, launch the demo with docker-compose.
1 |
|
Finally, access GraphiQL at http://localhost:4000/
.