RESTful API Spring Boot Banking application
Created to meet the followng requirements:
- You need to persist the data
- You should use Spring Security
- You need to handle both checking and savings accounts
- You should define the API based on what you can do with these accounts in real life (deposit money, withdraw money, check balances, transfer money between accounts, etc.)
- You should only be able to access your own accounts
- You should have a seed script that clears out your db and seeds it with useful test data every time you start the server