Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 694 Bytes

File metadata and controls

18 lines (11 loc) · 694 Bytes

Disaster Relief - Back end

Purpose

To provide people the relevant life-saving information so they can escape natural disasters safely.

Solution

An application that gathers information about risks for disasters from reliable sources and allows user set criteria for selecting relevant information.

This project implements the backend that retrieves information from official data sources, aggregates it in a database, and provides an API for requesting information by the user that uses a front-end that is implemented in project 'Disaster Relief - Mobile Client': https://github.com/CoffeeAndCodeCommunity/disaster_relief_mobile_client

Technology

  • Flask
  • Python
  • MongoDB