ArthurSlog
SLog-102
Year·1
Guangzhou·China
October 26th 2018
个人网站:http://www.arthurslog.com
CSDN:https://blog.csdn.net/u010997452/article/list/1
GitHub:https://github.com/BlessedChild/ArthurSlog
NPM:https://www.npmjs.com/~arthurslog
掘金:https://juejin.im/user/59f2a424f265da432f305c66/posts
简书:https://www.jianshu.com/u/b9ebe10f0534
segmentfault:https://segmentfault.com/u/arthurslog/articles
曲则全 枉则直 洼则盈 敝则新 少则多 多则惑
开发环境MacOS(Mojave 10.14 (18A391))
信息源
require: https://nodejs.org/docs/latest-v8.x/api/modules.html#modules_require
module: https://nodejs.org/docs/latest-v8.x/api/modules.html#modules_module
export: https://nodejs.org/docs/latest-v8.x/api/modules.html#modules_exports
path: https://www.npmjs.com/package/path
开始编码
本次为后端服务添加了 基础的数据库操作
实现基本的CRUD函数
代码如下:
server/main.js
同时对程序的入口点进行了更新
server/main.js
前端页面进行测试 之前的功能保持正常
不过新增的函数还没有经过测试 下篇进行测试报告
目前 全局配置是放在main.js的一个对象里
server/main.js
一些详细的解释和参考 包含在代码注释里面
工程文件已经上传至Github:https://github.com/BlessedChild/ArthurSlogStore
至此,开始了后端数据库CURD基础函数的持续构建。
如果你喜欢我的文章 欢迎点赞 留言
谢谢
领取专属 10元无门槛券
私享最新 技术干货