Create a BudgetApp that comprises a couple of areas
o Administration - users, accounts etc..
o Automation - automatic deposits & deductions..
o Budgeting - allows a user to create/update the budget based on the months deposits/deductions
o Ledger - allows a user to enter deposits/deductions into bank accounts
We can then make the Administration/Automation side 100% razor - The budgeting and ledger sides two angular applications for each function and shared libraries for cross cutting concerns.
Create a BudgetApp that comprises a couple of areas
o Administration - users, accounts etc..
o Automation - automatic deposits & deductions..
o Budgeting - allows a user to create/update the budget based on the months deposits/deductions
o Ledger - allows a user to enter deposits/deductions into bank accounts
We can then make the Administration/Automation side 100% razor - The budgeting and ledger sides two angular applications for each function and shared libraries for cross cutting concerns.