Giter Club home page Giter Club logo

unocash's Introduction

UnoCash

UnoSD/UnoCash is just for C# end-to-end demo purposes

UnoSD/UnoCash.Fable is F# end-to-end under active development

This tool is an attempt to consolidate and improve several other tools I use for personal finance:

  • A desktop application I use to store transactions and get reports with graphs
  • A bill splitting SaaS tool called Splitwise which works with a web app or mobile app to share and keep track of shared expenses both in groups in between individuals
  • A tool to automatically recognise receipts from pictures and populate a transaction (this is not something I use, but I do manually at the moment)
  • Potentially, using mobile payment methods to feed directly data into UnoCash without using receipts at all (when you're not paying cash)

Architecture

Outdated infrastructure diagram

Technologies

I am using the latest modern (and cool) technologies available; several are in preview, but, for now, this is not something I mean to publish as a stable production system; by the time (and if) is completed it they will likely be GA.

It is also something I will probably use in my tech talks as a prototype of a modern serverless SaaS application.

The project uses:

  • Blazor client side to create a SPA in WebAssembly and to have full end-to-end .NET, it also allows sharing of libraries between front end and back end making my life easier and it's awsome compared to text-searching JavaScript and getting version conflicts between DTOs updated on either end (Now most of the front end work is in Fable + Elmish)
  • Azure Functions as a serverless microservice back end, deployed in a consumption plan so extremely cheap
  • Azure Storage blobs to host the static website in Blazor so no need for any compute for the front end
  • Azure Tables for storage, because it's way cheaper than Cosmos DB and it is behind the same SDK API so it can be easily migrated
  • Azure Form Recognizer to analyse receipt photos and extract data (still in private preview, I had to request access to Microsoft)
  • Azure API Management on a consumption plan to manage calls from the front end to back end, adding security and quotas
  • Azure AD for authentication
  • Pulumi for deployments (using my Pulumi.FSharp.Azure DSL library for idiomatic F# feel) (and ARM and Azure CLI for missing features in Pulumi)

It will use soon-ish:

  • Azure AD B2C for identity
  • Not that soon: Azure Front Door for WAF, CDN and global load balancing
  • Not that soon: AKS to host analytics services

unocash's People

Contributors

dependabot[bot] avatar unosd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.