Create an instant GraphQL API from your Spec-enabled Postgres database.
- Set the following environment variables:
export DATABASE_URL=postgres://username:password@localhost:5432/database
export HOST=localhost
export PORT=5555
- Install Postgraphile and plugins:
$ bin/install
- Start Postgraphile locally:
$ bin/run
MIT