A console personal financial management app
- Clone https://github.com/Camilo716/CEM_Database/
- Execute reinitializer script (Remember to configurate connection inside the script)
cd CEM_Database
chmod +x reinitalizeSchema.sh
./reinitalizeSchema.sh
dotnet test
cd ./Cem.Api/API
dotnet run
cd ./Cem.ConsoleClient/ConsoleClient
Add a New Expense
dotnet run --expense <category> <description> <amount>
Add a New Income
dotnet run --income <category> <description> <amount>
Get a montlhy balance report
dotnet run --report