CARE Ecosystem

Care is a Cloud based Application that serves different applications that together form the CARE Ecosystem

CARE Backend

Care is a Django Application that uses Postgres for persistent storage and can be deployed across multiple cloud environments. The Tech Stack for Care broadly looks like:

APIs & ORM - Django Services/Worker - Celery Database - PostgreSQL Caching - Redis Storage - Object Storage Version Control - GitHub Continuous Integration/Continuous Delivery - GitHub Actions

CARE WebApp

Care frontend is a React App on Typescript and Rescript. The WebApp that is configured to be a Progressive WebApp(PWA) This allows CARE to be installed on mobile devices as an application. The Tech Stack for Care broadly looks like:

Language - Typescript Framework - React Styling - TailwindCSS UI - Material UI Maps - Google Maps Server - nginx

CARE Dashboard

Care Dashboard is a Custom React App that Visualizes Summarized Endpoints of CARE. The first version of the Care Dashboard was built using React using a Poi Server. Currently the third version of the Care Dashboard is being developed on React, Vite and ReactQuery.

Citizens App - Archived

Care also serves a Citizens App, that could give Patients access to their own data. The Citizens App is not being actively developed right now and therefore it is Archived.

Last updated