/compose-postgrest

Postgres, PostgREST, and Swagger UI conveniently wrapped up with docker-compose

Primary LanguagePLpgSQL

compose-postgrest

Postgres, PostgREST, and Swagger UI conveniently wrapped up with docker-compose.

Place SQL into the initdb folder, get REST! Includes world sample database.

Contains a simple front-end demo application.

Architecture

Deployment Diagram

Usage

Start the containers

docker-compose up -d

Tearing down the containers

docker-compose down --remove-orphans -v

Demo Application

Located at http://localhost

Postgrest

Located at http://localhost:3000

Try things like:

Swagger UI

Located at http://localhost:8080