Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 826 Bytes

File metadata and controls

18 lines (15 loc) · 826 Bytes

Docker-PostgreSQL-Postgraphile

Tutorial to build a GraphQL API using Docker, PostgreSQL and Postgraphile.

See Github Wiki.

Requirements

This project has been developed on Linux Ubuntu 18.04 LTS. It is using the following third party components:

How To

To run the database and GraphQL API with the current data model, simply go to the project root and execute the following command:

$ cd docker-postgresql-postgraphile
$ docker-compose up