Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 449 Bytes

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.