maraf / Money

Personal Expense Manager -- UWP (+ Blazor) and CQRS+ES.
https://money.neptuo.com
Apache License 2.0
204 stars 35 forks source link

Standalone version #497

Open maraf opened 1 year ago

maraf commented 1 year ago

Integrate local local only domain into blazor app. Allow for standalone deployment.

Instead of calling to API, allow user to use local only data storage. Use indexed DB and run CQRS backend in the browser. Worker scenario will be great, but I'm not sure if it's doable as of now.