Skip to content

alexey-belous/FundsSplitter

Repository files navigation

Repository check

Funds Splitter

Funds Splitter is a chat bot for Telegram that makes it easy to manage common budget of the group of people.

Getting started

Required software

Dotnet core 2.1

Development

To start an app go to the ./src/FundsSplitter.App folder and run dotnet run . command from your terminal.

Tests

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.

Useful materials:

The whole idea was inspired by Splitwise and this article.