Skip to content
Merged

Dev #19

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ 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.

## Features

- **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

Expand Down