# CloudNote **Repository Path**: Ironman3000/cloud-note ## Basic Information - **Project Name**: CloudNote - **Description**: 熹微笔记(web端云笔记系统) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CloudNote #### 介绍 熹微笔记(web端云笔记系统) #### 软件架构 - 后端:Django Rest Framework - 前端:html、css、JavaScript、vue、element-ui、axios - 数据库:SQLite #### 安装教程 1. 搭建python环境 2. pip install Django==2.2.17 3. pip install djangorestframework==3.12.2 4. pip install markdown 5. pip install django-filter 6. pip install coreapi //接口文档使用 7. pip install Pillow 8. pip install django-mdeditor 9. pip install Pygments //代码高亮 #### 运行 python manage.py runserver