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.
The app is developed using Flask which is a web development framework written in Python.
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.