Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 816 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 816 Bytes

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.