Web app for tracking user's expenses, with features like resolving payments of people in a group, analysis of transactions, etc.
Checkout USAGE.md
- Server, Client and MySQL server run on different containers
- MySQL server starts before server which starts before the client
server
: contains Express server code with MySQL integration for the API'sclient
: contains Angular code to use server API's and provide client interface
- Integration with cryptocurrency payment services
- Orchestrate using Kubernetes