kamaslau / trial-fiber

Trial or micro-service unit of Golang Fiber framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trial-fiber

Fiber 开发框架的模板项目,可用于快速选型、微服务单元等。

需要确保系统中已安装 Golang

# 创建环境配置文件
cp .env_template .env

# 更新依赖项
go mod tidy

# 初始化
go mod init trial-fiber
go get

# 开发
go fmt main.go
go run main.go

# 编译
go build

# 部署
go run trial-fiber

**大陆镜像

go env -w GOPROXY=https://goproxy.io,direct // 官方镜像

About

Trial or micro-service unit of Golang Fiber framework.

License:MIT License


Languages

Language:Go 100.0%