https://github.com/charent/go-blog
基于gin的golang个人博客后端
https://github.com/charent/go-blog
Last synced: 10 months ago
JSON representation
基于gin的golang个人博客后端
- Host: GitHub
- URL: https://github.com/charent/go-blog
- Owner: charent
- License: apache-2.0
- Created: 2021-09-24T03:23:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:35:18.000Z (about 2 years ago)
- Last Synced: 2025-02-25T21:17:41.528Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 基于gin的golang个人博客后端
## 简介
## 安装
```bash
# 国内可能需要设置golang的代理
go env -w GOPROXY=https://goproxy.cn,direct
# 下载项目依赖
go mod download
```
## 运行
```bash
# Linux,记得给run.sh执行权限:chmod +x ./run.sh
./run.sh
# Windows
./run.bat
```
# 数据备份
```bash
```