project init

This commit is contained in:
zhangyiming
2020-11-16 14:10:17 +08:00
parent 721b84824c
commit 58f3fcbaf3
41 changed files with 6922 additions and 0 deletions

21
backend/README.md Normal file
View File

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