Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linmoqc/memory-blog
This is a personal blogging platform built with React, TypeScript, and Spring Boot.
https://github.com/linmoqc/memory-blog
blog linmoblog mybatis react spring-boot typescript vite
Last synced: about 4 hours ago
JSON representation
This is a personal blogging platform built with React, TypeScript, and Spring Boot.
- Host: GitHub
- URL: https://github.com/linmoqc/memory-blog
- Owner: LinMoQC
- License: gpl-2.0
- Created: 2024-01-23T15:48:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-13T11:13:26.000Z (9 months ago)
- Last Synced: 2024-05-13T12:30:15.498Z (9 months ago)
- Topics: blog, linmoblog, mybatis, react, spring-boot, typescript, vite
- Language: TypeScript
- Homepage: https://lin-mo-blog.vercel.app
- Size: 61 MB
- Stars: 363
- Watchers: 3
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
一个风格可爱的个人主题博客
本仓库为 Memory 的前端仓库,后端核心仓库在 Memory Core
欢迎你来体验 Memory 的魅力!
## :sparkles: 项目结构```text
Memory Blog/
|-- src/
| |-- apis
| |-- assets
| |-- components
| |-- interface
| |-- pages
| |-- router| |-- store // Redux States Management
|-- package.json
|-- README.md
```
## :wrench: 技术栈- React
- TypeScript
- React Router
- Reducer
- Sass
- Axios
- Vite
- Framer motion
## 📄 使用文档
```bash
cd Memory-Blog
npm install
npm run dev// 修改你的配置
/* .env */
VITE_HTTP_BASEURL = 'http://127.0.0.1:8080'
VITE_CHAT_GPT_TOKEN = 'XXXXX'npm run build //打包
```
## ☀️ Docker
```bash
docker run -d -p 82:80 -e BACK_API= --name memory karensky/memory_blog:latest
```
## :camera: 截图
### Home
![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/aa059596-aef0-496b-8003-4832cbd56ffa)### Dark Mode
![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/9a3406d1-c5dd-492c-86ee-06ced76a50bb)### Read
![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/161a71ab-6e47-4afd-a3eb-3669ee4a787a)
点击查看部分完整页面截图
### Login
![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/90c17b57-a5d5-46aa-80d5-e5103d2c9728)### Admin
![image](https://github.com/LinMoQC/Memory-Blog/assets/59323207/7cddfac9-0ea2-4691-93dd-2a29640149ad)## Star History
## :heart: 鸣谢 & 许可
© 2024 林陌青川。本软件使用 GNU General Public License Version 2 许可。请参阅许可证文本以了解详细信息。