-
Bhushan Taru -Team Lead, Responsible for creating the Beneficiary module and Responsible For handeling the Exceptions .
-
Hari Tripathi -Responsible for creating the Bank Account Module.
-
Vivek Raj -Responsible For Login/Logout authentication and bill payment module .
-
Vinay Kumar -Responsible for creating the Transaction Module and debuging the application.
-
Sayali Divate -Responsible for creating the Wallet Module and Entity relational mapping.
- User Login authentication
- validation for the mobile number number
- validation for the account number number and IFSC code
- validation for the current user and user identification
- RESTFUL API with CRUD operations
The following Diagram depicts the flow of our Entity Relation Diagram to simplify the work flow.
The following Diagram depicts the services of our EZWallet modules
#changing the server port
server.port=8888
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:3306/ezwallet
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=root
#ORM s/w specific properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
http://localhost:8888/
http://localhost:8888/swagger-ui/#