esase / go-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supplier-hub

Hosts suppliers in a singular monolith.

Setup

Environment setup

cp configs/.env-default configs/.env

Install packages

go mod download

Start service

go run cmd/main.go

Docs

Generate docs

swag init -d ./cmd,./

Tests

Integration tests

go test ./cmd

About


Languages

Language:Go 93.6%Language:Shell 6.4%