All Projects → Echosong → Beego_blog

Echosong / Beego_blog

beego+layui go入门开发 简洁美观的个人博客系统

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Beego blog

Liteblog
轻博客
Stars: ✭ 204 (-50.24%)
Mutual labels:  blog, beego, layui
Blog
基于SpringBoot+Thymeleaf+Mybatis+LayUi+Lucene的粗糙个人博客
Stars: ✭ 95 (-76.83%)
Mutual labels:  blog, layui
Flyapi
基于SSM layui 开发的多人博客系统,目标在于让每个人都能精准阅读和专注写作。
Stars: ✭ 16 (-96.1%)
Mutual labels:  blog, layui
Duang
青菜萝卜博客系统V2.0
Stars: ✭ 63 (-84.63%)
Mutual labels:  blog, layui
My Blog Layui
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 204 (-50.24%)
Mutual labels:  blog, layui
Elm Pages
A statically typed site generator for Elm.
Stars: ✭ 363 (-11.46%)
Mutual labels:  blog
Nextjs Notion Starter Kit
Deploy your own Notion-powered website in minutes with Next.js and Vercel.
Stars: ✭ 379 (-7.56%)
Mutual labels:  blog
Miracles
🎉 A simple but powerful single-column theme for Typecho
Stars: ✭ 365 (-10.98%)
Mutual labels:  blog
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-11.71%)
Mutual labels:  blog
Freek.dev
The sourcecode of freek.dev
Stars: ✭ 407 (-0.73%)
Mutual labels:  blog
Blog
🎯 个人博客
Stars: ✭ 394 (-3.9%)
Mutual labels:  blog
Hexo Theme Claudia
📌 Concisely designed & easy to config, match device dark mode, 90+ Lighthouse scoring
Stars: ✭ 379 (-7.56%)
Mutual labels:  blog
Art blog
WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:
Stars: ✭ 367 (-10.49%)
Mutual labels:  blog
Blog
个人博客,记录个人总结(见issues)
Stars: ✭ 385 (-6.1%)
Mutual labels:  blog
Blog Node
基于 node + express + mongodb 的博客网站后台
Stars: ✭ 364 (-11.22%)
Mutual labels:  blog
Blogger Cli
A cli tool to convert and manage jupyter notebook blogs. Proudly host your notebooks even as a static site.
Stars: ✭ 404 (-1.46%)
Mutual labels:  blog
Hexo Theme Clean Blog
Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
Stars: ✭ 362 (-11.71%)
Mutual labels:  blog
Halo
✍ 一款优秀的开源博客发布应用。
Stars: ✭ 20,521 (+4905.12%)
Mutual labels:  blog
Hexo Theme Aircloud
A concise hexo theme
Stars: ✭ 394 (-3.9%)
Mutual labels:  blog
Djangoblog
🍺基于Django的博客系统
Stars: ✭ 4,256 (+938.05%)
Mutual labels:  blog

湖南一零二四软件科技有限公司承接各类系统开发

beego_Blog

基于Go语言和beego框架 前端使用layui 布局 开发的个人博客系统

编译安装说明:

1 . 设置GOPATH(安装目录)

$ export GOPATH=/path/to/

2 . 下载安装

$ go get github.com/Echosong/beego_blog

4 . 加入数据库

mysql 新建db_beego数据库把根目录 db_beego.sql 导入

5 . 修改 app.conf 配置

#MYSQL地址
dbhost = localhost

#MYSQL端口
dbport = 3306

#MYSQL用户名
dbuser = root

#MYSQL密码
dbpassword =

#MYSQL数据库名称
dbname = db_beego

#MYSQL表前缀
dbprefix = tb_

6 . 运行

cd 到 beego_blog 目录 执行
$ bee run

7 . 浏览器演示

http://localhost:8099 (前台)

http://localhost:8099/admin/login (后台)

账号: admin  密码 :123456

8 . 联系方式

qq:313690636

qq群: 571627871

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].