All Projects → wuhan-support → backend

wuhan-support / backend

Licence: GPL-3.0 license
#人类加油 #we-stay-strong 面向疫区内外民众和医疗机构的多维度信息整合平台 后端

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to backend

data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (+233.33%)
Mutual labels:  ncov, covid-19
Ncovmemory
2020新冠肺炎记忆:报道、非虚构与个人叙述(持续更新) Memory of 2020 nCoV: Media Coverage, Non-fiction Writings, and Individual Narratives (Continuously updating)
Stars: ✭ 11 (-8.33%)
Mutual labels:  ncov, covid-19
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+13041.67%)
Mutual labels:  ncov, covid-19
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+258.33%)
Mutual labels:  ncov, covid-19
covid-19-sg
Visualising COVID-19/Coronavirus cases and cluster zones in Singapore
Stars: ✭ 15 (+25%)
Mutual labels:  ncov, covid-19
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+391.67%)
Mutual labels:  ncov, covid-19
red-cross
官方公示数据概览
Stars: ✭ 18 (+50%)
Mutual labels:  ncov, covid-19
Covid Chestxray Dataset
We are building an open database of COVID-19 cases with chest X-ray or CT images.
Stars: ✭ 2,759 (+22891.67%)
Mutual labels:  covid-19
covid-france
Visualize evolution of the number of people hospitalized in French departments due to COVID-19 infection
Stars: ✭ 23 (+91.67%)
Mutual labels:  covid-19
App
COVID-19 App
Stars: ✭ 2,079 (+17225%)
Mutual labels:  covid-19
COVID-Net
Launched in March 2020 in response to the coronavirus disease 2019 (COVID-19) pandemic, COVID-Net is a global open source, open access initiative dedicated to accelerating advancement in machine learning to aid front-line healthcare workers and clinical institutions around the world fighting the continuing pandemic. Towards this goal, our global…
Stars: ✭ 41 (+241.67%)
Mutual labels:  covid-19
Corona
Reverse engineering SARS-CoV-2
Stars: ✭ 2,129 (+17641.67%)
Mutual labels:  covid-19
Covid19radar
Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
Stars: ✭ 35 (+191.67%)
Mutual labels:  covid-19
covid19-animation-generator
Generates an animation of COVID-19 data
Stars: ✭ 33 (+175%)
Mutual labels:  covid-19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+19258.33%)
Mutual labels:  covid-19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (+191.67%)
Mutual labels:  covid-19
open-data-covid-19
Open Data Repository for the Covid-19 dataset.
Stars: ✭ 19 (+58.33%)
Mutual labels:  covid-19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+258.33%)
Mutual labels:  covid-19
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (+133.33%)
Mutual labels:  covid-19
covid19-daily-data
Reliably updated country-level daily cases,deaths, recovered and testing
Stars: ✭ 47 (+291.67%)
Mutual labels:  covid-19

Backend

Running a Server

  1. cp config.example.yml config.yml
  2. 相应位置填入石墨文档 Cookie 以及文档 ID
  3. 使用 go run . 即可运行项目

Usage

  • GET /accommodations 返回 JSON 形式的住宿信息列表
  • GET /platforms/psychological 返回 JSON 形式的心理咨询机构列表
  • GET /platforms/medical 返回 JSON 形式的线上医疗平台列表
  • POST /collect/form 创建数据到mysql
  • POST /upload 上传文件
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].