Home

Awesome

基于 IoC 模式搭建的网关应用。

可搭配 reactSPA 一起使用

技术栈

TypeScript + Express + InversifyJs

Usage

执行以下命令

npm start
npm run compile

试试在浏览器请求接口 http://localhost:4000/api/music/list?title=卡路里

articles

踩坑记录

项目在 vscode 中的 debugger

Please note that this requires that your node program has been launched with the --debug argument since otherwise the debugger cannot attach to it.