All Projects → covid19-group → c19

covid19-group / c19

Licence: MIT license
C19 is an Open Source COVID-19 self registration tool build by volunteering people in tech.

Programming Languages

javascript
184084 projects - #8 most used programming language
PLpgSQL
1095 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to c19

shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (-37.93%)
Mutual labels:  covid-19
pikobar-flutter
Pikobar Flutter (Android) app.
Stars: ✭ 71 (+144.83%)
Mutual labels:  covid-19
covid-19-status
Menu bar widget for MacOS with COVID-19 statistics
Stars: ✭ 50 (+72.41%)
Mutual labels:  covid-19
cotect
🛡Crowd-sourced COVID-19 reporting and assessment system.
Stars: ✭ 14 (-51.72%)
Mutual labels:  covid-19
ImmunoLynk
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
Stars: ✭ 17 (-41.38%)
Mutual labels:  covid-19
links
Collection of links and information about COVID-19
Stars: ✭ 12 (-58.62%)
Mutual labels:  covid-19
COVID-19-Greece
A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Stars: ✭ 21 (-27.59%)
Mutual labels:  covid-19
kerala-dashboard
Kerala COVID-19 Dashboard
Stars: ✭ 25 (-13.79%)
Mutual labels:  covid-19
covid-19-vulnerability
COVID-19 Vulnerability Index for neighbourhoods and Local Authorities in the UK
Stars: ✭ 30 (+3.45%)
Mutual labels:  covid-19
COVID19 AgentBasedSimulation
COVID-ABS: An Agent-Based Model of COVID-19 Epidemic to Simulate Health and Economic Effects of Social Distancing Interventions
Stars: ✭ 56 (+93.1%)
Mutual labels:  covid-19
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (-17.24%)
Mutual labels:  covid-19
covid
MolSSI SARS-CoV-2 Biomolecular Simulation Data and Algorithm Store
Stars: ✭ 24 (-17.24%)
Mutual labels:  covid-19
People-Counting-in-Real-Time
People Counting in Real-Time with an IP camera.
Stars: ✭ 233 (+703.45%)
Mutual labels:  covid-19
1 011 a infektionsfall uebermittellung
This repository is deprecated and has not been maintained for months!
Stars: ✭ 23 (-20.69%)
Mutual labels:  covid-19
covid-19-uy-vacc-data
Uruguay COVID-19 vaccination data
Stars: ✭ 27 (-6.9%)
Mutual labels:  covid-19
nl-covid19-notification-app-community-website
Community website COVID-19 notificatieapp
Stars: ✭ 17 (-41.38%)
Mutual labels:  covid-19
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-51.72%)
Mutual labels:  covid-19
covid-19-api
Yahoo Knowledge COVID-19 API provides JSON-API and GraphQL interfaces to access COVID-19 publicly sourced data
Stars: ✭ 43 (+48.28%)
Mutual labels:  covid-19
covid19cuba-app
Mobile application of Covid19 Cuba Data project implemented with Flutter
Stars: ✭ 41 (+41.38%)
Mutual labels:  covid-19
Covid-chest-Image-classification-from-Deep-Residual-Networks
No description or website provided.
Stars: ✭ 14 (-51.72%)
Mutual labels:  covid-19

C19 // COVID-19 Self Registration Project

C19 is an Open Source COVID-19 self registration tool build by volunteering people in tech. We are startup founders, engineers, designers etc. with resources sponsored by tech-companies around the world.

We're currently piloting in Denmark on https://c19.dk.

Contributing

Prerequisites (~4 min)

  1. PostgreSQL database
  2. NodeJS

Setup (~6 min)

  1. Fork the repo to you own github user (so you are ready to make pull requests)
  2. Clone the codebase to your machine git clone ....
  3. npm install (or yarn)
  4. copy the template file .env.example to .env and open that file
  5. enter tokens to the various services used
    • the postgres connection string eg
      DATABASE=postgres://postgres:password@localhost:5432/c19
    • the SECRET (some 64-bit password used for db-encryption)
    • the Twilio keys (you can ignore this while in development)
    • the Rollbar token (you can ignore this while in the development)
  6. Create DB tables
    • Run the SQL found in create.sql to setup tables. Eg you can simply copy-past the SQL into the Query Tool (click Tools -> Query Tool) in PgAdmin4

Development

Run npm run dev (or yarn dev) to start the development loop.

Trouble shooting

When running npm run dev, you see a big ugly stack trace ...

[ wait ]  compiling ...
[ ready ] compiled successfully - ready on http://localhost:3000
TypeError: Invalid connection details: undefined

.. then postgres is not running yet!

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