A web application for viewing field photos managed within USGS ScienceBase.
-
Create virtual environment
virtualenv env
env/bin/source activate -
Install requirements
pip install -r requirements.txt -
Start app export FLASK_APP=index.py
(windows) set FLASK_APP=index.py
flask run
Add additional notes about how to deploy this on a live system
- Jason Sherba
This project is public domain - see the LICENSE.md file for details