goblog

command module
v0.0.0-...-183ed1b Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 10 Imported by: 0

README

Goblog

一个简易的基于 go 语言开发的博客项目。

运行代码

下载代码
git clone https://github.com/pudongping/goblog.git
创建数据库
CREATE DATABASE goblog CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
配置环境变量
cd goblog

# 复制配置环境变量文件,按照自己的需求填写环境变量信息
cp .env.example .env
下载项目依赖包
go mod tidy
运行代码
go run main.go
打包编译

# 创建 tmp 目录
mkdir tmp

# 生成二进制文件 goblog
go build -o tmp/goblog-service

# 复制环境配置信息
cp .env tmp/

# 进入 tmp 目录,然后运行我们的应用程序
cd tmp
# 运行
./goblog-service

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
policies
* 文章的权限判断
* 文章的权限判断
pkg
types
* 用于存放类型转换相关的代码
* 用于存放类型转换相关的代码

Jump to

Keyboard shortcuts

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