A fun project to manage multiple user's income and expense, aimed to be a free to use web/app
Front End: TBD, might be an iOS app or a website
Back End:
-
Auth:
- login with basic auth
- verify session using jwt token
- session management: TBD
-
User Manager:
- create user
- change password
- change email
- verify permission
-
Wallet Manager:
- create wallets
- get wallet
- get wallet list
- edit wallet
- delete wallet
- create transaction
- get transaction
- list transaction list
- edit transaction
- delete transactions
- reports
- tools