GO111MODULE=on go get
GO111MODULE=on go run main.go
swagger docs url : http://localhost:8081/v1/api-docs/index.html
Generate Swagger docs (version 1.7.9) ref: swaggo/swag#1126
swag init --parseDependency --parseInternal -g main.go
curl -X 'GET' 'http://localhost:8081/v1/actions' -H 'accept: application/json'
curl -X 'POST' 'http://localhost:8081/v1/actions' -H 'accept: application/json' -d '{"action": "TestAddAction"}'
- [ x ] Check & fix pb with go 1.18
- [ x ] Check migration on sqllite
- [ x ] Prepare dev env with psql
- [ x ] Add CI process
- [ x ] go test & build
- [ x ] Dcoker image build
- Helm chart package/build