rugby-models used for common data types
config-yaml used for environment configs and service/db initialization
Basic setup
-
Create a local Postgres database and update the config.yaml file with the details
-
Update go.mod and file imports with your repo name
-
Run the following commands to update dependencies:
go get -u ./...
go mod tidy
-
Make a run configuration as seen below with your repo name: