Tutorial to build a GraphQL API using Docker, PostgreSQL and Postgraphile.
See Github Wiki.
This project has been developed on Linux Ubuntu 18.04 LTS. It is using the following third party components:
- Docker Community Edition for Ubuntu
- Docker Compose
- PostgreSQL Docker image
- Postgraphile Docker image
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