Skip to content

Link-X/boke-api

Repository files navigation

许道斌个人博客(node后台接口代码)

初始化

yarn install

启动

yarn start

另开一个窗口
tsc

技术栈

typescript、express、mysql、redis、node-schedule、jsonwebtoken等

需要拦截的接口放在 utils/data.json: check

前端代码地址: https://github.com/Link-X/boke-fn

记录: 1、由于typescript可以对代码进行转换,所有bable-node可以不用了。找个时间删了(未完成)