2020-11-16 22:44:09 +08:00

21 lines
265 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 接口
## 安装依赖
```
npm install
```
## 项目启动
```
npm run dev
```
## Swagger文档访问地址
http://localhost:3000
## 注意点
请先全局安装typescript、ts-node如安装请忽略
```
npm install -g typescript
npm install -g ts-node
```