/CI_Initiative

Communicate Indonesia will work to improve the quantity, quality, and efficiency of communication among members of a rural, sustainable livelihoods network in South Sulawesi, Indonesia. Utilizing cloud storage and SMS messaging, the venture will enable small-holder farmers to store and share information, with each other and with market representatives, on crop location, variety, and volume.

Primary LanguagePythonApache License 2.0Apache-2.0

Python Flask Hello World Sample

This application demonstrates a simple, reusable Python web application based on the Flask microframework.

Run the app locally

  1. Install Python
  2. cd into this project's root directory
  3. Run pip install -r requirements.txt to install the app's dependencies
  4. Run python welcome.py
  5. Access the running app in a browser at http://localhost:5000