Money is a web to to help to manage personnal bank account.
It's currently specific to National Bank of Canada in english version.
Node.js v18
Angular CLI v15
.NET 7 runtime
Open a run command prompt in Money.API
directory and run dotnet run
to execute the serve app.
Go to https://localhost:7086/index.html to watch the swagger.
Open another command prompt in Money
directory and run ng serve
to execute the client app.
More information about how to run and debug the client app in README.md on Money
folder.
To contribute please see list of things to do.