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.
podman compose -f docker/docker-compose.yml up
git clone https://github.com/f4r3n/shareCount.git
cd shareCount
cd backend
cargo build
cd frontend
npm install
cd backend
cargo run
cd frontend
npm run dev
Contributions are welcome! Please open issues or submit pull requests.
This project is licensed under the Apache-2.0 license.