/docker-postgresql-postgraphile

🐘Project template to build a GraphQL API using Docker, PostgreSQL and Postgraphile

Primary LanguageDockerfileApache License 2.0Apache-2.0

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