https://github.com/chaofanat/chaofanonline
chaofan的个人网站
https://github.com/chaofanat/chaofanonline
blog-site django flashcard-application
Last synced: 3 months ago
JSON representation
chaofan的个人网站
- Host: GitHub
- URL: https://github.com/chaofanat/chaofanonline
- Owner: chaofanat
- License: apache-2.0
- Created: 2024-03-20T04:16:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:42:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T04:44:17.944Z (over 1 year ago)
- Topics: blog-site, django, flashcard-application
- Language: JavaScript
- Homepage:
- Size: 17.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ChaoFanOnline](https://github.com/chaofanat/chaofanonline "github地址")
本网站用于个人web技术学习,目前已经用到的web技术有:
- django
- django-ninja
- django-ninja-jwt
- DRF
- Nginx
- Mysql
chaofan的个人网站app:
- [X] flashcard: 闪卡学习系统,可以创建闪卡集、闪卡集学习。提供一套jwt认证的数据操作api,以及一个配套的创建闪卡的[chrome插件](https://github.com/chaofanat/chaofan-flashcardcreate-extensions)。
- [ ] metaphysics:在线易经算卦系统(铜钱卦)metaphysics,未完成,构想中,需要调用AI
- [X] myblog:一个个人博客写作与发布网站,可以写博客、发布博客、以及指定博客主页展示位内容。
- [ ] tools: 计划接入一些工具集如TTS等,目前已经接入百度TTSAPI
- [X] workedit:一个同人文小说写作发布平台,引入了一个智谱AI的对话界面。包含博客系统的ai配置。
后续考虑继续学习的技术:
- [ ] 项目docker化
- [ ] 考虑引入redis数据库,django-redis技术
- [ ] 集成一个更漂亮的admin系统
- [ ] 集成一个多方登录认证系统
- [ ] 相关数据建立文本向量数据库,搭建内容语义检索功能
- [ ] 引入消息队列技术
# 本项目已经完成重构,转移至项目[chaofan.online](https://github.com/chaofanat/chaofan.online)。