https://github.com/bruth/kmm
Kids Money Manager - Demo application using Rita (https://github.com/bruth/rita)
https://github.com/bruth/kmm
Last synced: 8 months ago
JSON representation
Kids Money Manager - Demo application using Rita (https://github.com/bruth/rita)
- Host: GitHub
- URL: https://github.com/bruth/kmm
- Owner: bruth
- License: apache-2.0
- Created: 2022-05-26T19:54:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T11:58:19.000Z (about 4 years ago)
- Last Synced: 2025-03-17T11:55:01.707Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kids money manager
KMM provides a way for kids to learn how to manage money. Money can be (logically) deposited to the account by parents/guardians, and kids can withdraw up to a certain amount per day/week/month that their parent(s) defines.
*This is a demo application for the series [Implementing an event store on NATS](https://www.byronruth.com/implementing-an-event-store-on-nats-part-2/). It utilizes [rita](https://github.com/bruth/rita) which was developed as part of this series and provides an event store implementation on NATS and various event-centric patterns.*