A web application designed to facilitate sharing of waypoints, tracks, route maps within the sailing community, their freinds and family.
In order to run the project locallyi:
-
Follow the instructions to install the Google App Engine SDK for Python for your environment here: https://developers.google.com/appengine/downloads
-
Generate your own Google Maps Embedded API key by following the instructinos here: https://developers.google.com/maps/documentation/embed/guide#api_key
-
Edit configdata.py and change GMAPS_EMBED_API_KEY to be your newly created key.
-
Run
python dev_appserver.py --host 127.0.0.1