# notes **Repository Path**: web4free/notes ## Basic Information - **Project Name**: notes - **Description**: 该仓库是笔记系统的入库仓库,通过子模块的方式继承了其它仓库。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-02 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # notes ## Notes 2024年1月1日,我决定对笔记系统进行开源,名称暂时就叫notes。 这个系统的前端和后端都是用Rust编写的,目前的状态是还在****开发中****,虽然已经完成了登录等流程,但暂时还无法对外试用。 我已经将相关的功能视频上传至知乎,有兴趣的朋友可以先点击观看。谢谢各位的宝贵建议。 微信联系: arch_cq_czy 邮件: zongying_cao@163.com 知乎专栏: [https://www.zhihu.com/column/c_1694140360413110272](https://www.zhihu.com/column/c_1694140360413110272) csdn: [https://caozy.blog.csdn.net/](https://caozy.blog.csdn.net/) ## 知乎上相关功能展示视频 [大纲编辑功能展示](https://www.zhihu.com/pin/1725933402514243584) ## 软件架构 编写中 ### 构成 web_app: 笔记系统的前端,WASM [https://gitee.com/hanshu_alan/web_app](https://gitee.com/hanshu_alan/web_app) api-gate: 笔记系统的网关 [https://gitee.com/hanshu_alan/api-gate](https://gitee.com/hanshu_alan/api-gate) note_book_api: 笔记系统的业务后端 [https://gitee.com/hanshu_alan/note_book_api](https://gitee.com/hanshu_alan/note_book_api) auth_app: 登录验证前端 [https://gitee.com/hanshu_alan/auth_app](https://gitee.com/hanshu_alan/auth_app) auth2: 登录验证后端 [https://gitee.com/hanshu_alan/auth2](https://gitee.com/hanshu_alan/auth2) ## 安装教程 编写中... ## 使用说明 编写中... ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request