Author: Holden Oullette, [email protected]
Runs Flask server that implements a Leaflet map with three points of interest. By default, map starts with view of Eugene. Whenever a user clicks, the Latitude and Longitude coordinates of that location are Reverse Geocoded to the closest address
git clone https://github.com/houllette/proj5-mapping
cd proj5-mapping
bash ./configure
make runThe program will also run using gunicorn by running
make serviceThis only works if you have already run bash ./configure