Skip to content

MrOggy85/photo-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Blog

This is the frontend for an auto-publish Photo Blog system

  • / - lists all albums
  • /{albumName} - displays the images of the album

Read about the system in my blog.

tl;dr the photos are synced by syncthing, served by the API and displayed with this frontend.

Development

$ ./run.sh

For detailed explanation on how things work, check out Deno docs.