An open API service indexing awesome lists of open source software.

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

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