# cassoNoteAPI **Repository Path**: llbfwh/cassoNoteAPI ## Basic Information - **Project Name**: cassoNoteAPI - **Description**: Djangorestframwork mysql redis jwt - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cassoNoteAPI #### 个人学习记录后台API ` conda create -n cassonote python==3.7.4 conda install django django-admin startproject cassonote CREATE DATABASE `cassonote` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; conda install mysqlclient pip install django-cors-headers pip install djangorestframework pip install djangorestframework-jwt pip install Pillow ` #### 访问 (2021年10月服务器到期) * 个人笔记站点: 49.235.95.107/cassonote * 测试接口站点:49.235.95.107 #### Commit 规范 ###### 格式如下 * 例:`fead(type)`:本次提交概述 * `type`: 本次 commit 的类型,诸如 bugfix docs style 等,参考如下: * `fead`:添加新功能 * `fix`:修补缺陷 * `docs`:修改文档 * `style`:修改格式 * `refactor`:重构 * `perf`:优化 * `test`:增加测试 * `chore`:构建过程或辅助工具的变动 * `revert`:回滚到上一个版本 * `scope`: 本次 `commit` 波及的范围 * `subject`: 简明扼要的阐述下本次 `commit` 的主旨,在原文中特意强调了几点: 1. 使用祈使句,是不是很熟悉又陌生的一个词 2. 首字母不要大写 3. 结尾无需添加标点