项目作者: CharlesStover

项目描述 :
A management tool for splitting bills.
高级语言: JavaScript
项目地址: git://github.com/CharlesStover/bills.git
创建时间: 2018-08-26T18:08:41Z
项目社区:https://github.com/CharlesStover/bills

开源协议:MIT License

下载


Bills

This repository contains a bill-splitting utility to help manage finances shared between individuals.

image

Use

Create a volume linking a directory on your server to /var/www/payments.
Inside that volume, create a _.txt file that contains each paying member on a separate line.
Inside that same volume, for each paying member, create a file named THEIR_NAME.txt. This is where their contributions will be written.

Tech Stack

  • Docker - containerized application
  • HTML/CSS - graphical user interface
  • Node - logic and file system read/writes
  • PHP - an optional PHP alternative can be found in the /src-php directory