Categorygithub.com/why-xn/go-temporal-skeleton
modulepackage
0.1.4
Repository: https://github.com/why-xn/go-temporal-skeleton.git
Documentation: pkg.go.dev

# README

Go Gin & Temporal Skeleton

Init Docker Environment

make init


Build Temporalite Image

make build-temporalite


Start Temporalite

make start-temporalite


Stop Temporalite

make stop-temporalite


Build App

go build


Start App

./go-temporal-skeleton

Test APIs

GET: http://localhost:8080/api/v1/students
GET: http://localhost:8080/api/v1/students/123456

# Packages

No description provided by the author