Skip to content

mattddowney/compose-postgrest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages