Skip to content

spec-dev/postgraphile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant GraphQL API

Create an instant GraphQL API from your Spec-enabled Postgres database.

Running Locally

  1. Set the following environment variables:
export DATABASE_URL=postgres://username:password@localhost:5432/database
export HOST=localhost
export PORT=5555
  1. Install Postgraphile and plugins:
$ bin/install
  1. Start Postgraphile locally:
$ bin/run

License

MIT

About

Instant GraphQL API for Postgres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published