Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 635 Bytes

About

Build

AWS DocumentDB example Go application.

This is used in:

Usage

Install Docker Compose.

Create the environment:

docker compose up --build --detach

Access the example application endpoint:

xdg-open http://localhost:8000

Destroy the environment:

docker compose down --remove-orphans --volumes --timeout=0