- Base account operation (Authorize, create, deactivate)
- Store and process info in db
- Have swagger (url/swagger)
All configs in configs/apiServer.toml
- GCC and CGO_ENABLED=1 (for go-sqlite3)
go env -w CGO_ENABLED=1 - Swag (for generate swagger docs)
Make build # build
Make Start # build and start
Make fullBuild # build with swaggo go mod tidy # if needed
swag init -g .\cmd\apiServer\main.go # optional (swagger docs)
go build -v ./cmd/apiServer
./apiServer