Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 640 Bytes

keralarescue

Web Portal for the mobile app of kerala-rescue

Setting up

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

Mac OS

Mac comes with Python inbuilt. For installing Flask, you need to install Pip. Pip installation instructions can be found here: https://github.com/BurntSushi/nfldb/wiki/Python-&-pip-Windows-installation#pip-install

Now you can install Flask using: sudo pip install flask on the command line.

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

sudo python app.py

which should start the server on port 80 which can be accessed by going to:

http://0.0.0.0