ShareCount is a tool for tracking and managing shared expenses among groups. Easily split bills, keep track of payments, and settle up with friends or colleagues.
- Add and manage groups
- Record shared expenses
- Track individual balances
- Generate reports for settlements
podman compose -f docker/docker-compose.yml upgit clone https://github.com/f4r3n/shareCount.git
cd shareCount- Ensure you have Rust installed.
- Postgresql (libpq-dev)
- Install backend dependencies:
cd backend cargo build
- Ensure you have Node.js installed.
- Install frontend dependencies:
cd frontend
npm installcd backend
cargo runcd frontend
npm run devContributions are welcome! Please open issues or submit pull requests.
This project is licensed under the Apache-2.0 license.