* implement handleListPhotos to retrieve uploaded photos * create PhotoFileRecord struct for photo data * add fetchGuestPhotos function in the UI * display guest photos in the photo upload page * remove index.html as it is no longer needed * add calendar functionality to download wedding event
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
data/
|
|
config.yaml
|
|
ui/node_modules/
|
|
ui/build/
|
|
ui/.svelte-kit/
|
|
server/wedding-server
|
|
server/web/dist/
|