Skip to content

philson-philip/keralarescue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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

About

Web Portal for the mobile app of kerala-rescue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.6%
  • Python 15.1%
  • CSS 14.7%
  • JavaScript 7.6%