This application allow you to manage expenses with other persons.
It's anonymous.
Backend is in Go and uses Echo. Frontend is in React and uses Material-UI.
- Multiple buyers
- Multiple persons benefits from the payment
- Calculate debts and credits
- Equal share for each participants
- Add members
- Transaction details
- Save URL for previously created pognon
- Currencies
- Reactive
git clone https://github.com/DucNg/pognon_ts.git
cd pognon_tsRequired: Go >= 1.15
go run . -allow-corsAccess backend on http://localhost:8080/
Required: yarn or npm
cd pognon-web-ui
yarn install
yarn start
# or
npm install
npm startAccess frontend on http://localhost:3000/
See CI or manualy with the following:
Required: Go >= 1.15
go run .Required: yarn or npm
cd pognon-web-ui
yarn install
yarn build
# or
npm install
npm buildWebsite will be available on http://localhost:8080/