rebelopsio / healthy-seed

A Golang REST API created to help people make healthier nutrition decisions
MIT License
0 stars 1 forks source link

Issue #3: Implement Postgres use #6

Closed rebelopsio closed 2 years ago

rebelopsio commented 2 years ago

Signed-off-by: Stephen Morgan steve@rebelops.io

Related Issue: #3

Description:

In this update I have configured Postgres 14 via Docker into the Makefile as well as configured DB migration using golang-migrate. From these updates we can quickly initialize a container, create a database, and update the schema of that database.