Implement the rotational savings plans function.
Tasks:
- Make a
SavingsController.java in controller/ with endpoints:
- Make sure all APIs test using the postman.
Steps:
- Checkout
dev: git checkout dev
- Create branch:
git checkout -b feature/rotational-savings
- Work on your feature.
- Push changes:
git add ., git commit -m "feat: Implemented rotational savings APIs", git push origin feature/rotational-savings
- Submit a PR to
dev.
Implement the rotational savings plans function.
Tasks:
SavingsController.javaincontroller/with endpoints:Steps:
dev:git checkout devgit checkout -b feature/rotational-savingsgit add .,git commit -m "feat: Implemented rotational savings APIs",git push origin feature/rotational-savingsdev.