Skip to content

calvinkmts/expert-pancake

Repository files navigation

Microservice projects using GO

Stacks used in this project

  • Database migration versioning using sqitch
  • Postgresql for the database

Steps to setup the app

  • Run the docker containers (see How to run the app)
  • Create database for each services if not exists
  • Run migration for each database for each available services
// template
sqitch deploy db:pg://{db_username}:{db_password}@{db_host}/{db_name} --verify

// example
sqitch deploy db:pg://postgres:changeme@localhost:6000/account --verify
  • Check if each services is active, if not check docker ps and logs

How to run the app

make up_build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages