Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 697 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 697 Bytes

field_photo app

A web application for viewing field photos managed within USGS ScienceBase.

Getting Started

  1. Create virtual environment
    virtualenv env
    env/bin/source activate

  2. Install requirements
    pip install -r requirements.txt

  3. Start app export FLASK_APP=index.py
    (windows) set FLASK_APP=index.py
    flask run

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Flask - The web framework used
  • Webpack - Dependency Management

Authors

  • Jason Sherba

License

This project is public domain - see the LICENSE.md file for details