Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nthopinion/covid19

Code vs COVID-19: Taking down a Pandemic using machines connected globally to extinguish a biological threat of a super virus.
https://github.com/nthopinion/covid19

Last synced: 4 months ago
JSON representation

Code vs COVID-19: Taking down a Pandemic using machines connected globally to extinguish a biological threat of a super virus.

Awesome Lists containing this project

README

        

[![Contributors](https://img.shields.io/github/contributors/nthopinion/covid19)](https://github.com/nthopinion/covid19/graphs/contributors) [![MIT License](https://img.shields.io/github/license/nthopinion/covid19)](https://github.com/nthopinion/covid19/blob/master/LICENSE)

COVID19 Hackathon by Nth Opinion



Calling All Doctors & Coders: Global Hackathon to Defeat COVID-19: Connecting physicians & developers globally in the wake of COVID-19 pandemic



Our application is a web app. It has a public facing interface, and a doctor/healthcare worker facing interface. Users can search through a database of previously asked questions about COVID-19 (or add their question to the database if it hasn't already been asked), and obtain answers from medical professionals around the globe.

[Explore the website](https://www.covid19webapp.com/)

[Join our Slack](https://join.slack.com/t/hackingcovid19/shared_invite/zt-ejzxbxdg-W5ZpBrT7PmkebzZhUO7pdQ)

[Request Feature](https://github.com/nthopinion/covid19/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)

[Report Issue](https://github.com/nthopinion/covid19/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-descx)

## Table of Contents

- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Tests](#tests)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Communication channels](#communication-channels)

## About The Project

Calling All Doctors & Coders: Global Hackathon to Defeat COVID-19: Connecting physicians & developers globally in the wake of COVID-19 pandemic



Our application is a web app. It has a public facing interface, and a doctor/healthcare worker facing interface. Users can search through a database of previously asked questions about COVID-19 (or add their question to the database if it hasn't already been asked), and obtain answers from medical professionals around the globe.


https://www.covid19webapp.com/

Our realtime database will contain the most urgent questions and answers on COVID-19 and publish it to the world. With our app in the hands of front line workers who have or are already experiencing the first wave, they can share their knowledge and help the health care workers who will be hit next.

NOTICE: This open source project is a work in progress. The best way to get onboarded and brought up to speed is to participate in our Slack channel:

[Join our Slack](https://join.slack.com/t/hackingcovid19/shared_invite/zt-cs0oy49c-bwn5uoilSme1iqFDDK7~zg)

Update March 15, 2020: Please excuse the bugs as we are working hard to fix them on the fly! COVID-19 is spreading faster than we can code and as a result converted the project to open source overnight. We understand there are bugs and the code is not optimized. Thank you for working with us as we adapt in real-time! Don’t be shy, reach out, and get involved.

### Built With

- [Create React App](https://github.com/facebook/create-react-app)

## Getting Started

The COVID19 project is a monorepo. The server code is inside the `api` foler and the client code is inside the `client` folder.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.

- npm

```sh
npm install npm@latest -g
```

### Installation

1. Navigate to the repository where you want to install the project
2. Clone the repo

```sh
git clone [email protected]:nthopinion/covid19.git
```

3. To setup the `api`, check the [README](/api) inside the `api` folder.
4. To setup the `client`, check the [README](/client) inside the `client` folder.

## Tests

Testing is important in order to make sure you feature is meeting all the requirements.
Launch the test runner in the interactive watch mode by running the npm command

```sh
npm test
```

## Roadmap

See the [open issues](https://github.com/nthopinion/covid19/issues) for a list of proposed features (and known issues).

## Contributing

Contributions in this project are vital since the situation is evolving rapidly. Any contributions you make are **greatly appreciated**.

1. [Fork](https://github.com/nthopinion/covid19/fork/) the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a [Pull Request](https://github.com/nthopinion/covid19/compare)

If you are stuck on any of the steps, we have a YouTube video you can look at: [https://youtu.be/otuDhXWWnbw](https://youtu.be/otuDhXWWnbw)

## License

Distributed under the MIT License. See [LICENSE](LICENSE) for more information.

## Communication channels

Come over on Slack to be part of the initiative and talk with the other contributors

- [Slack](https://join.slack.com/t/hackingcovid19/shared_invite/zt-cs0oy49c-bwn5uoilSme1iqFDDK7~zg)

Project Link: [https://github.com/nthopinion/covid19/](https://github.com/nthopinion/covid19/)