hvalfangst / Golang-Chi-Autocombat-RPG

Golang hero API with Chi-Router & Go-PG deployed on k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hero API with Chi & Go-Pg deployed on K8s

Requirements

  • x86-64
  • Linux
  • Docker
  • k8s

Creating resources

The shell script "up.sh" is responsible for building the local Docker image and creating requested resources, which are defined in our k8s manifest.

sh up.sh

Destroying resources

The shell script "down.sh" frees up allocated resources.

sh down.sh

Routes

Heroes

GET http://localhost:8080/heroes

GET http://localhost:8080/heroes{id}

About

Golang hero API with Chi-Router & Go-PG deployed on k8s


Languages

Language:Go 73.7%Language:Shell 25.0%Language:Dockerfile 1.3%