/keralarescue

Web Portal for the mobile app of kerala-rescue. This is the flask backend to manage incoming requests from the app. This platfrom helped save the lives of 1800+ people during the 2018 floods in Kerala

Primary LanguagePython

keralarescue

Web Portal for the mobile app of kerala-rescue. This is the flask backend to manage the requests and verify each request from a call center.

Setting up

The app is developed using Flask which is a web development framework written in Python.

Mac OS

Install flask using pip sudo pip install flask on the command line.

Once this is done, you can start the app by running

sudo python app.py

This project is now terminated.