Symptom Tracker
This a mono repo implementing a web application made for collecting symptoms related to COVID-19. This would help:
tracking evolution of symptoms amongst confined populations
anticipate traffic in healthcare facilities
Collected data is meant to be open and non-identifying.
This application consists of:
a lightweight (~80KB) react, next.js server-side-rendered frontend (see ./pages
)
a single lambda endpoint to store submissions sent by users (see ./api
and ./lib/db
)
a Postgres instance where data will be stored (see config in ./.env
and ./docker-compose.yml
)
(Visited 24 times, 1 visits today)
See the Website