Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ankcorn/Postgraphile-Docker-Compose

Lets prototype with postgraphile
https://github.com/Ankcorn/Postgraphile-Docker-Compose

Last synced: about 2 months ago
JSON representation

Lets prototype with postgraphile

Awesome Lists containing this project

README

        

# Postgraphile Docker Compose Playground
Prototyping apps can sometimes be tricky. This project helps to quickly try out ideas when building a graphql api.

It combines:

* PostgreSQL
* Docker Compose
* [Postgraphile](https://www.graphile.org/postgraphile/)

to build very fast graphql api with no server side code. Once you have installed PostgreSQL, and Docker Compose.

## Getting started

```sh
git clone https://github.com/Ankcorn/Postgraphile-Docker-Compose.git
cd Postgraphile-Docker-Compose
docker-compose up
```

If you are having issues with the schema not updating run

`docker-compose down && docker-compose up --build`

Contributions are welcome