https://github.com/jiujuan/beegoblog-demo
早期学习beego框架写的blog-demo
https://github.com/jiujuan/beegoblog-demo
beego blog
Last synced: 4 months ago
JSON representation
早期学习beego框架写的blog-demo
- Host: GitHub
- URL: https://github.com/jiujuan/beegoblog-demo
- Owner: jiujuan
- Created: 2019-01-04T11:50:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T14:52:32.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T01:44:52.958Z (5 months ago)
- Topics: beego, blog
- Language: Go
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beegoblog-demo
早些时候学习golang入门做的demo,学习用beego框架写的一个blog demo- 主要是无闻的 [Go Web 基础](https://github.com/Unknwon/go-web-foundation)
- beego的开发文档 [beego文档](https://beego.me/docs/intro/)
- 还有谢大的 [build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)
- beego框架 [beego](https://github.com/astaxie/beego)> 特别感谢上面几位的学习资源
# 简单使用说明
- 直接在命令行下,git clone https://github.com/jiujuan/beegoblog-demo.git, clone到gopath的src目录
- 然后 cd 进 beegoblog-demo 目录
- 运行 bee run, 就可以在浏览器上访问了 http://localhost:8080