Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.36 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.36 KB

Piddle

Easy bill splitting.

Piddle starts with a bill paid (outside of Piddle) in whole by one person (the Payer). The payer then creates a new Bill in Piddle and shares it with everyone who has some responsibility to pay (Debtors). Debtors can select for themselves which parts of the Bill they are responsible for (Items) and pay their share to the original payer (Payer) through Paypal or Square.

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. Roadmap
  3. Team
  4. Contributing

Requirements

  • Node 6.9.1
  • sqlite3 3.11.0

Development

Installing Dependencies

# From within the project directory
npm install

cd client
npm install

Documentation

npm run doc
cd docs
live-server

Roadmap

View the project backlog.

Team

Contributing

See CONTRIBUTING.md for contribution guidelines.