Go Wallet is a simple online bank/wallet
http://localhost:9001/signup
http://localhost:9001/login
Get your personal details
http://localhost:9001/user
Get your wallet details
http://localhost:9001/wallet
Get all your transactions
http://localhost:9001/transactions
Get a single transaction by id
http://localhost:9001/transactions/{id}
Make a transfer
http://localhost:9001/transfer
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.