Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 409 Bytes

Proof of Concept for Complex Mapping and CRUD: GORM (Golang ORM) + PostgreSQL

Building

  • to build an executable within a tiny Go Docker image and run it with Docker Compose:
make reup 
  • to build an executable within a tiny Go Docker image:
make build
  • to run a previously existing Docker image with Docker Compose:
make run
  • to tear down all Docker images:
make down