Built a system for Bank Application.
Able to do CRUD operations on banking operations.
Create {bankname}/save Read {bankname}/{id} Update {bankname}/{id} Delete {bankname}/{id}
· Validations for all the fields.
· Operations should be having method level comments.
· Test cases for the CRUD operations
· POST Response code should be 201
· GET Response code should be 200
· Error messages should be handled with proper error response to the user.
· Exception stack trace should not be thrown to the user
· Delete response code 202 Accepted
· PUT response code 201