maraf / Money

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

Dettached version (aka local only) #415

Closed maraf closed 3 months ago

maraf commented 2 years ago

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.

maraf commented 3 months ago

Duplicate of #497