diff --git a/README.md b/README.md index 5cce005..a17c9f0 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,16 @@ This is restful service for the payment wallet application with all neccessary A # ### Team Members -- [Alok Shekhawat](https://github.com/aloks31) : Added Beneficiary Service Layer implemtation. Establish relationship between Beneficiary entity and Customer entity. + - Alok Shekhawat | [Github](https://github.com/aloks31) -- [Dileep Kumar Yadav](https://github.com/dileep8920) : Responsible for creating the Wallet Module. Added Wallet Service Layer Implemetation. + - Dileep Kumar Yadav | [Github](https://github.com/dileep8920) -- [Graghavendramurty](https://github.com/GandhamRaghavendra) : Worked Transaction Service Layer Implementation and perform transaction related operations. + - Graghavendramurty | [Github](https://github.com/GandhamRaghavendra) -- [Musavvir Shaikh](https://github.com/shaikh9560) : Created Bank Acccount Service Layer and implementation of account related services. + - Musavvir Shaikh | [Github](https://github.com/shaikh9560)
-- [Abhishek D. Patil](https://github.com/abhishek-0713) : Team Lead. Resplonsible for building overall working flow of application. Implemented User Service Layer, validate login service layer. Bug Fixes, Handling Console Errors, All Exceptions Handling. + - Abhishek D. Patil | [Github](https://github.com/abhishek-0713) - Team Lead @@ -55,11 +55,47 @@ This is restful service for the payment wallet application with all neccessary A
+## Tech Stack + +- Advance Java + +- Spring Boot + +- Spring Validation + +- MySQL + +- Maven + +- Swagger + +- Lombok + ## ER Diagram : ![Screenshot 2022-12-13 204808](https://user-images.githubusercontent.com/105943862/208492068-2bda95cc-33dd-4f7e-849d-3c1a7738e5c5.png) -## Service Interface: +## Swagger UI : + +### server url +`` http://localhost:8484/swagger-ui/index.html `` + +### Schema + +![image](https://user-images.githubusercontent.com/105943862/208501389-eb273f1a-38f0-4b7b-b522-8e8e75fa9d6d.png) + + + + + + -![Screenshot 2022-12-13 230502](https://user-images.githubusercontent.com/105943862/208456407-7a777063-ba42-46ed-a08e-c261dbdd3723.png)