Olszewskidev / lens-up

LensUp is a web application that serves as a virtual gallery, allowing party guests to upload their photos from the event and also write down their wishes.
54 stars 3 forks source link

Local database as an alternative to Azure #77

Open JanSafronov opened 6 months ago

JanSafronov commented 6 months ago

Practically it seems like some casual users wouldn't want to create and connect lens-up to an Azure database, would it be a good idea to add option for local databases like LocalDB for pc users, or SQLite with .NET MAUI for mobile deviced.

Olszewskidev commented 6 months ago

Hello, good idea. It's possible to connect application to your local database. You just have to use azurite (https://github.com/Azure/Azurite). On this video I hosted whole services in my local network, and don't use azure cloud at all. I'm going to adjust current documentation how to run it in that way :) https://www.youtube.com/watch?v=73V7og0nS38

Olszewskidev commented 5 months ago

I've just updated How to run LensUp locally docs section. You can run app locally using docker only. https://github.com/Olszewskidev/lens-up?tab=readme-ov-file#how-to-run-lensup-locally