项目使用 React
和 Ant Design
开发。代码风格采用 JavaScript Standard Style 。
后端项目地址:wangsiqian/issue_feedback_sanic 。
-
克隆后端服务并构建 docker 容器
git clone https://github.com/wangsiqian/issue_feedback_sanic.git cd issue_feedback_sanic bash start_develop.sh
-
容器内启动服务
bash run_server.sh
bash startup.sh
startup.sh
脚本提供其他功能,比如bash startup.sh restart
重启项目,其他参数可使用help
进行查看。
deploy.sh
脚本提供 CentOS
系统一键部署,环境要求:Docker
、git
。
bash <(curl -sL https://git.io/feedback-system)