Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 453 Bytes

This is the source code repository for my public website, currently hosted at https://ldam.co.za.

It contains:

  • frontend: the public SvelteKit site that you see at https://ldam.co.za
  • fnapp: Azure Functions project that sync images from Adobe Lightroom to an Azure Storage Account
  • backend: an ASP.NET Core app to login to Adobe so fnapp can access the Lightroom APIs
  • lib: a .NET library containing code shared among all other projects