Funds Splitter is a chat bot for Telegram that makes it easy to manage common budget of the group of people.
Dotnet core 2.1
To start an app go to the ./src/FundsSplitter.App
folder and run dotnet run .
command from your terminal.
To run unit tests go to the ./tests/FundsSplitter.Core.UnitTests
folder and run dotnet test
.
Rut dotnet watch test
to run tests continuously on each file change.
The whole idea was inspired by Splitwise and this article.