An open API service indexing awesome lists of open source software.

https://github.com/glidergeek/verlichting

source for sailboat website
https://github.com/glidergeek/verlichting

flask-app sailing trintel website

Last synced: 4 months ago
JSON representation

source for sailboat website

Awesome Lists containing this project

README

          

# verlichting
source for sailboat website, using flask for server side rendering of the pages

## Run locally
- install dependencies inside virtualenv. inside app folder: `pip install -r requirements.txt`
- run with flask. inside app folder: `flask run`

## Add new track
- run script `scripts/parse_gpx.py` with filename of gpx
- add json outputs in new row in db
- run locally
- modify stops in db