Skip to content

IODevelopers/keralarescue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.6%
  • CSS 25.2%
  • Python 15.5%
  • JavaScript 13.7%