/meteo

A university project for tracking meteorological data.

Primary LanguageHTML

meteo

Install

# create a virtual environment and install all dependencies
$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
# setup the database
$ python setup.py

Run

$ export FLASK_DEBUG=1
$ export FLASK_APP=app
$ flask run