Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 版本)
- Host: GitHub
- URL: https://github.com/mingslife/base-go
- Owner: mingslife
- License: wtfpl
- Created: 2020-09-21T09:10:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T11:50:01.000Z (about 4 years ago)
- Last Synced: 2024-03-31T06:26:47.214Z (7 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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