hoovercj/strava-weather-reporter

Make it possible to share code between front-end and back-end

Opened this issue · 0 comments

Currently there is some duplicated code between the front-end and the back-end, primarily data models.

It would be easiest for #23, though, if there was a way to have one source of truth for all strings which can be shared by both, without manually keeping one in sync with another. The data models would also benefit from this.