5 Star 18 Fork 9

Gitee 极速下载 / TH_COVID19_International

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Tencent/TH_COVID19_International
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

TH_COVID19_International

COVID-19 Live Updates of Tencent Health is developed to track the live updates of COVID-19, including the global pandemic trends, domestic live updates, and overseas live updates.

Display

Preview

Demo

Project structure

TH_COVID19_International
|-- src                       # Source code
|   |-- db                    # Database import script
|   |-- servers               # Source code of Backend
|   |   |-- COVID-19-server                 # Main server
|   |   |-- COVID-19-self-triage            # Self-administered triage engine
|   |   |-- COVID-19-self-triage-server     # Self-administered triage server
|   |-- web                   # Souce code of Frontend
|
|-- images                    # images of Display

Instructions

Database Deployment

  1. cd src/db/
  2. Import sql script under src/db/ in mysql

Backend Deployment

  1. cd src/servers/COVID-19-server
  2. npm install
  3. Modify the configuration file under /config/formal, referring to the sample of /config/test
  4. Debug and execute npm run dev locally, will read the configuration file of config/test
  5. Modify start command of package.json and configure LOG_PATH
  6. Execute npm run start to run the program, will read the configuration files of LOG_PATH and config/formal

Frontend Deployment

cd src/web
npm install
npm run dev

# Build for pre environment
npm run build:pre

# Build for production environment
npm run build

Components

COVID-19 Self-triage:

It serves as a virtual doctor and interacts with the users through 5-7 questions which consists of fever, respiratory symptoms, and epidemiological exposure history, etc. After the conversation, it provides with risk judgement and personlized medical advice. You can modify the questions or answers, and configure logic according to the diagnostic guidelines for COVID-19 of your own country.

COVID-19 Self-triage engine COVID-19 self-triage server

空文件

简介

TH_COVID19_International 以地图和数据统计曲线展现全球疫情统计数据,涵盖新确诊病例、累计确诊病例、治愈数、死亡数等统计维度,也聚合了权威媒体来源的动态疫情报 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/mirrors/TH_COVID19_International.git
git@gitee.com:mirrors/TH_COVID19_International.git
mirrors
TH_COVID19_International
TH_COVID19_International
master

搜索帮助