Skip to content

snpdev/microsmack

 
 

Repository files navigation

Microsmack Demo App

This is a simple set of Go apps to demonstrate web and microservices API communication. These can be used as the basis for some simple container orchestration demos (Eg - Kubernetes)

Applications

Web UI

  • Calls web API using ENVVAR
  • Listens on port 8080

docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` --build-arg VCS_REF=`git rev-parse --short HEAD` --build-arg VERSION=$VERSION -t chzbrgr71/smackweb .

helm install --name=smackweb ./charts/smackweb

Container Details

Web API

  • Listens on port 8081

docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` --build-arg VCS_REF=`git rev-parse --short HEAD` --build-arg VERSION=$VERSION -t chzbrgr71/smackapi .

helm install --name=smackapi ./charts/smackapi

Container Details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 57.4%
  • Groovy 38.9%
  • Smarty 3.7%