Skip to content

Camilo716/Customized-Expense-Manager

Repository files navigation

CUSTOMIZED EXPENSE MANAGER

A console personal financial management app


Set Database

  1. Clone https://github.com/Camilo716/CEM_Database/
  2. Execute reinitializer script (Remember to configurate connection inside the script)
cd CEM_Database
chmod +x reinitalizeSchema.sh
./reinitalizeSchema.sh 

Run Tests

dotnet test

Manage your finances

1. Run the API

cd ./Cem.Api/API
dotnet run

2. Use console client

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
CEM Image

About

Personal Financial Management App (Console)

Topics

Resources

Stars

Watchers

Forks

Languages