xiaoju-survey/server/README.md
2023-11-02 20:12:37 +08:00

19 lines
545 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.

# 问卷引擎服务端
问卷引擎服务端主要用于提供问卷的的管理端和发布端接口,其中管理端包括但不限于创建,编辑,修改,发布问卷接口。发布端主要为问卷提交接口和问卷信息获取接口,再通过问卷的渲染服务来渲染前端内容。
# 项目依赖安装
进入服务端目录运行init.sh来进行依赖安装
```sh
sh init.sh
```
# 项目的启动
开发模式的启动
```
npm run dev
```
正式环境的启动
```
npm run start
```
服务默认启动端口为8080