Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 424 Bytes

File metadata and controls

15 lines (9 loc) · 424 Bytes

Deprecated: http://gerry.pchancs.com is down.

fishnet-geojson-api

Flask API that feeds fishnet-simplified congressional district shapefiles to the client-facing application.

Setting up

Install Flask with virtualenv here.

Running the app

  1. Install required libraries: pip install -r requirements.txt
  2. export FLASK_APP=app.py
  3. python -m flask run