Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mingslife/base-go

:building_construction: Web 后端基础框架模板 (Go 版本)
https://github.com/mingslife/base-go

Last synced: about 7 hours ago
JSON representation

:building_construction: Web 后端基础框架模板 (Go 版本)

Awesome Lists containing this project

README

        

# base-go

:building_construction: Web 后端基础框架模板 (Go 版本)

## 构建 & 运行

本机:

```shell
# 构建
make

# 运行
./bin/base-go
```

使用 Docker:

```shell
# 构建
docker-compose build

# 运行
docker-compose up -d
```

## 许可证

WTFPL