Files
ThriveX-Admin/README.md

128 lines
3.3 KiB
Markdown
Raw Normal View History

2024-10-18 19:26:49 +08:00
**特别强调:** 此项目不允许任何商业行为,如果使用该项目进行二次开发,不允许收取任何费用,弘扬开源精神,从你我做起!
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
# 🎉 ThriveX 现代化博客管理系统
2024-07-25 19:33:25 +08:00
2024-08-15 20:16:07 +08:00
🔥 **首先最重要的事情放第一**
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
开源不易,麻烦占用 `10` 秒钟的时间帮忙点个免费的 `Star`,再此万分感谢!
2024-07-25 19:33:25 +08:00
2024-08-15 20:16:07 +08:00
**下面开始进入主题↓↓↓**
2024-07-25 19:33:25 +08:00
2024-08-15 20:16:07 +08:00
🌈 **项目介绍:** Thrive 是一个简而不简单的现代化博客管理系统,专注于分享技术文章和知识,为技术爱好者和从业者提供一个分享、交流和学习的平台。用户可以在平台上发表自己的技术文章,或浏览其他用户分享的文章,并与他们进行讨论和互动。
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
🗂️ **项目预览:** [https://liuyuyang.net/](https://liuyuyang.net/)
2024-07-25 19:33:25 +08:00
2024-08-15 20:16:07 +08:00
🛠️ **技术架构:**
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
前端: React、**Nextjs**、TypeScript、Zustand、**TailwindCSS**、Antd、Scss、Echarts
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
后端:**Spring Boot**、Mybatis Plus、MySQL、Qiniu、Socket.io、Swagger
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
❤️ **项目初衷:**
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
一直对网站开发领域很感兴趣,从小就希望有一个属于自己的网站,因此踏上了 `Web` 全栈开发的旅途立志有朝一日也能开发一款属于自己的网站。如今历时1年有余一个人从0到1独立完成前端、控制端、后端、数据库。也算是完成了从小的一个心愿吧
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
## 🔥 项目演示
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
### 前端
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
只演示部分具体查看https://liuyuyang.net
2024-07-25 19:33:25 +08:00
2024-10-18 19:30:37 +08:00
![首页](https://bu.dusays.com/2024/04/09/66148fc49640a.png)
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
![足迹](https://bu.dusays.com/2024/09/17/66e97036dddcb.png)
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
### 控制端
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
![数据分析](https://bu.dusays.com/2024/09/17/66e97035726ae.png)
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
![文件系统](https://bu.dusays.com/2024/09/17/66e97031cd456.png)
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
## 🌈 项目运行
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
**前端 or 控制端**
2024-07-25 19:33:25 +08:00
2024-10-18 19:26:49 +08:00
环境Nodejs18及以上
2024-08-15 20:16:07 +08:00
```
npm i
npm run dev
```
2024-10-18 19:34:01 +08:00
后台账号admin 密码123456
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
**后端**
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
Java8
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
直接安装maven依赖配置相关的秘钥最后运行
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
## 🏷️ 开源地址
### 最新版Nextjs + Spring Boot
前端:[LiuYuYang01/ThriveX_Blog (github.com)](https://github.com/LiuYuYang01/ThriveX_Blog)
控制端:[LiuYuYang01/ThriveX_Admin (github.com)](https://github.com/LiuYuYang01/ThriveX_Admin)
后端:[LiuYuYang01/ThriveX_Server (github.com)](https://github.com/LiuYuYang01/ThriveX_Server)
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
### 旧版Vue3 + Python Flask
2024-08-15 20:16:07 +08:00
前端:[LiuYuYang01/Thrive_Blog (github.com)](https://github.com/LiuYuYang01/Thrive_Blog)
控制端:[LiuYuYang01/Thrive_Admin (github.com)](https://github.com/LiuYuYang01/Thrive_Admin)
2024-10-18 19:26:49 +08:00
后端:[LiuYuYang01/Thrive_Server (github.com)](https://github.com/LiuYuYang01/Thrive_Server)
![后台](https://bu.dusays.com/2024/09/17/66e96ca781d49.png)
## 项目部署
等有时间单独教大家如何部署
## 技术支持
如果大家在部署过程中有任何疑问,可以选择付费(不提倡)或者选择给本项目拉人点 `10``star`
**联系方式:**
微信liuyuyang2023
邮箱liuyuyang1024@yeah.net
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
## 最后
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
这个项目从前端到后端都是我从 `0``1` 敲出来的,所以刚开始一定会有很多隐藏的 `BUG`,希望大家能够及时在 `GitHub` 反馈,这样我也好加以改正,不断改善,成为最佳!
2024-08-15 20:16:07 +08:00
2024-10-18 19:26:49 +08:00
当然如果大家能够提交 `PR` 那再好不过了