From e71255b41e2bf430845d73ff32d00b1d26195321 Mon Sep 17 00:00:00 2001 From: A7640S Date: Fri, 18 Jul 2025 17:26:30 +0000 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c1809..81f7b39 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Mapapi (Map Action API) is a comprehensive solution that combines a robust API. ## Technologies - **Django**: Used to build the backend for Map Action mobile app and dashboard. -- **Postgres**: Used to store users data and incidents reported +- **Supabase**: Used to store users data and incidents reported - **Celery**: Used as an asynchronous task queue/job - **Redis**: Used as a message broker for Celery and for caching. @@ -57,7 +57,7 @@ Mapapi (Map Action API) is a comprehensive solution that combines a robust API. - **API**: Provides endpoints for managing and retrieving data on environment-related incidents. - **Asynchronous Task Processing**: Uses Celery and Redis to handle background tasks efficiently. -- **Database Management**: Utilizes Postgres for robust data storage and querying capabilities. +- **Database Management**: Utilizes Supabase for robust data storage and querying capabilities. ## System Architecture