
My Budget Explorer - API Based Website (.Net Core)
I've been working on an API application, primarily for my own use. Anyways, in the spirit of sharing with others, I've open sourced it under the Apache license.
Feel free to take a look, borrow and steal whatever you'd like.
https://github.com/leistnerm/MyBudgetExplorer
The url for the published version is, creatively, https://www.mybudgetexplorer.com
I'm still working on it, but it is functional enough for my own needs.
After I finish a little more functionality I've been working on I plan to update the website with a little more detail on what it does and how to use it... but feel free to play around, it is read-only and will not modify your budget in any manner.
Happy to answer any questions I can, or help others trying API stuff in .Net core.
-
I fully commented out the forecasting code in case anyone else is interested in forecasting scheduled transactions. See the link below.
https://github.com/leistnerm/MyBudgetExplorer/blob/master/MyBudgetExplorer.Models/Forecast.cs
Reply