This is the RESTful API Server for Inventory Management.
docker build -t 404busters/inventory-management-apiserver:latest .
docker run 404busters/inventory-management-apiserver:latestgo build gitlab.com/404busters/inventory-management/apiserver/cmd/apiserverThis application would follow guideline from The Twelve-Factor App.
Golang: 1.11.x OS: Mac or Linux (POSIX)
For Mac,
brew install goFor regular, go would automatic fetch packages based on go.mod and go.lock.
For prefetch for IDE or other purpose, just run go mod download
Just directly run go get [package]