# CkEditor+Express+Sequlize+Mysql **Repository Path**: xygg/ckeditorexpresssequlizemysql ## Basic Information - **Project Name**: CkEditor+Express+Sequlize+Mysql - **Description**: CkEditor+Express+Sequlize+Mysql的简单CRUD示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-29 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CkEditor+Express+Sequlize+Mysql的简单CRUD示例 ![输入图片说明](https://images.gitee.com/uploads/images/2019/1006/230304_22e8a305_471875.png "屏幕截图.png") 首页 http://127.0.0.1:3000/index1.html 初始化数据库 http://127.0.0.1:3000/app/DbInit 存储数据库 http://127.0.0.1:3000/app/saveToDb?Atext=123 读取数据库中指定ID的内容 http://127.0.0.1:3000/app/readFromDb?Aid=1 删除数据库中指定ID的内容 http://127.0.0.1:3000/app/deleteFromDb?Aid=3