All Projects β†’ railslove β†’ rcvr-app

railslove / rcvr-app

Licence: AGPL-3.0 license
recover provides localities a privacy-compliant, safe, and easy way for their guests to check in. See https://www.recoverapp.de/ for more details.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
CSS
56736 projects
HTML
75241 projects
Meson
512 projects
shell
77523 projects

Projects that are alternatives of or similar to rcvr-app

rcvr-api
Recover Cologne Api, kneipen kontakt tracer. recover provides localities a privacy-compliant, safe, and easy way for their guests to check in. See https://www.recoverapp.de/ for more details.
Stars: ✭ 14 (-67.44%)
Mutual labels:  corona, recover, coronavirus-tracking, covid19, contact-tracing, rcvr
coronainfobd
Real-time corona-virus tracker of Bangladesh πŸ‡§πŸ‡© which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. πŸ₯°β€
Stars: ✭ 46 (+6.98%)
Mutual labels:  corona, coronavirus-tracking, covid-19, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+183.72%)
Mutual labels:  corona, coronavirus-tracking, covid-19, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+0%)
Mutual labels:  corona, coronavirus-tracking, covid-19, covid19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+5302.33%)
Mutual labels:  corona, coronavirus-tracking, covid-19, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-53.49%)
Mutual labels:  corona, coronavirus-tracking, covid-19, covid19
Corona Cli
🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
Stars: ✭ 1,812 (+4113.95%)
Mutual labels:  corona, coronavirus-tracking, covid-19
Cwa Server
Backend implementation for the Apple/Google exposure notification API.
Stars: ✭ 1,776 (+4030.23%)
Mutual labels:  corona, covid-19, covid19
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 (-18.6%)
Mutual labels:  coronavirus-tracking, covid-19, covid19
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-55.81%)
Mutual labels:  coronavirus-tracking, covid-19, covid19
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-2.33%)
Mutual labels:  corona, covid-19, covid19
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (-34.88%)
Mutual labels:  corona, covid-19, covid19
cli-corona
πŸ“ˆ Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-67.44%)
Mutual labels:  corona, covid-19, covid19
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (-41.86%)
Mutual labels:  corona, covid-19, covid19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (-11.63%)
Mutual labels:  corona, covid-19, covid19
cwa-qr
Python Implementation of the CoronaWarnApp (CWA) Event Registration
Stars: ✭ 17 (-60.47%)
Mutual labels:  corona, covid-19, covid19
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+174.42%)
Mutual labels:  coronavirus-tracking, covid-19, covid19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-69.77%)
Mutual labels:  coronavirus-tracking, covid-19, covid19
COVID-19-STAT
A web application to keep track of COVID-19 numbers & growth across the world
Stars: ✭ 19 (-55.81%)
Mutual labels:  corona, coronavirus-tracking, covid-19
corona-jena
Erfassung und Visualisierung der Corona-Fallzahlen fΓΌr ThΓΌringen.
Stars: ✭ 13 (-69.77%)
Mutual labels:  corona, coronavirus-tracking, covid19

rcvr.app

rcvr.app – client app for recover – a product by Railslove

Recoverapp: Backlog

Intro

Due to COVID-19, many localities, like bars and restaurants, must keep track of their guest. So, in the case of infection, the public health department can trace contact persons using this data.

The German government suggested a very old-school way on how to achieve this. Owners should put a printed document on each table, and guests have to write down their data with a pen, visible to everyone.

We know we can do better. Those lists are annoying for everyone, and especially a big privacy concern.

With recover, guests scan a QR Code with their phone and enter their contact details, which will be encrypted on their device and stored on our server. Only the business owner can decrypt this data, and only when the public health department requests it.

How does rcvr.app work?

When an owner signs up, a key pair will be generated on their device. The owner needs to safely store the private key by saving it inside a password manager or writing it on a piece of paper and putting it in a physical safe. This private key is required to decrypt the data of the guests.

The public part of this key pair is embedded inside the QR Code, together with a unique identifier for each table.

When the public health department requests data for a specific time range from an owner, we will send them the guest's encrypted data from this period. The owner can then decrypt this data using his private key and send it to the public health department.

When a guest checks in, a random ID will be saved on the guest's device. recover will provide a public feed of all check-in IDs in danger of a COVID-19 infection. The IDs can be public because they cannot be traced back to a person. Only the guest's device knows if one of the stored IDs is also inside this public feed. If this is the case, we can notify the guest of the potential infection.

Background

recover was initially developed during one weekend. We noticed the urgency and needs of business owners and wanted to provide a solution. A special thanks goes to everyone who helped and consulted us to achieve our goal in this short amount of time.

Contribute

Stack:

Before you can start, you need:

  • Node.js >= 12
  • npm (comes with node)

Setup:

Install the dependencies:

npm install

Start the Next.js app:

npm run dev

The app is now available here: http://localhost:3000

You can also choose a different port, e.g., when you're running rcvr-api already on port 3000.

npm run dev -- -p 3333

Suppose you want to change environment variables locally, for example, the API URL. In that case, you can duplicate .env to .env.local and change the variables in your local copy. Read more about environment variables here.

If you want to change environment variables locally, for example the API URL, you can duplicate .env to .env.local and change the variables in your local copy. Read more about environment variables here.

To contribute, please simply create a PullRequest. If you have the permissions to merge, please do so yourself, but only after you have at least one approval from a core contributor. If you are working on a ticket from the backlog, please leave a link in the description. Either way, please add a small description of the changes and a screenshot if applicable. Rebasing or squashing are preferred over merges.

Deployment

  • origin/master deploys to rcvr.app on push
  • origin/env/care deploys to care.rcvr.app on push
  • origin/env/health deploys to health.rcvr.app on push
  • All pushed branches will create a preview deployment
    • Prefixing a branch with care/ will use a preview deployment of recover care

Testing

This app is using cypress as testing framework. To start testing locally you have to start the development server in ci mode with npm run start:ci and keep it running. Start the cypress ui with npm run cypress open. Alternatively, run the tests on the command line with npm test.

recover health

recover health is a version of recover for institutions like hospitals and nursing homes. It has slight differences in theming and behavior. To switch to recover care, set the environment variable BUILD_VARIANT=health.

BUILD_VARIANT=health npm run dev

recover care

recover care is a version of recover for institutions like hospitals and nursing homes. It has slight differences in theming and behavior. To switch to recover care, set the environment variable BUILD_VARIANT=care.

BUILD_VARIANT=care npm run dev

License

rcvr.app is open-source and free software released under the GNU AGPL (GNU Affero General Public License v3.0). We, Railslove GmbH, are committed to ensuring that it will remain a free and open-source project.


Made with πŸ’š in Cologne

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].