gommerce-server-aio

module
v0.0.0-...-3486a9f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: MIT

README

Gommerce Server AIO

All in one server of project gommerce.

# config
cp ../gommerce-server-core/config/example.yaml ./config/app-local.yaml

# jwt
openssl genrsa 2048 | tee >(openssl rsa -pubout 2>/dev/null)

# build
CGO_ENABLED=0 go build -ldflags="-s -w" -o ./bin/server ./cmd/server

# run
GOMMERCE_CONFIG_PATH=./config/app-local.yaml go run ./cmd/server

# test
go test ./... -v -cover

Directories

Path Synopsis
cmd
data
v1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL