Proyecto de la universidad Javeriana Cali - Ingeniería Sistemas y computación
For project usage and installation, follow the steps described bellow:
gcc, make, Python 2.5+, python-pip, virtualenv, flask, mongoDB
First, clone this repository.
$ git clone https://github.com/jfcastro92/weatherTasks.git
$ cd weatherTasks
Create a virtualenv, and activate this:
$ virtualenv env
$ source env/bin/activate
After, install all necessary to run:
$ pip install -r requirements.txt
Than, run the application:
$ python run.py
To see your application, access this url in your browser:
http://localhost:5000
All configuration is in: configuration.py