markm208 / storyteller

Telling stories about how code evolves
MIT License
173 stars 13 forks source link

Store server imgs vids #16

Closed markm208 closed 4 years ago

markm208 commented 4 years ago

This PR adds functionality for the user to add media files (images, videos, and audio files) to a public, statically served directory. This will be used when creating comments.

I also updated the HttpServer so that all the playback data and media can be fetched separately from the browser. I suspect the first version of the updated playback will be a static page that requests the data on page load. We will see if this will be sufficient.