Live Link:- https://payment-wallet-api.netlify.app/
This is the collabartive project which is our Backend project based on SpringBoot JPA (API). This is the Payment API project with the help of this we can make various operations like Transaction,Bill payment,Transaction history,Add Balance to Wallet etc. A Colloborative Project build by 5 Team member in 5 working Day.
- User Login / Signup
- User Wallet for Each user.
- Add Money from Bank Account to Wallet.
- Transfer Money from wallet to wallet.
- Deposit Money wallet to Bank Account.
- User can pay different category bills.
- User can view Transactions.
- Stored Data in MySQL
- Authentication of signUp and Login
- Input Validation
- Implement Login and logout Functionality with CurrentSeesionUser table.
- Before running the API server, we should update the database config inside the application.properties file.
- Update the port number, username and password as per our local database config.
- server.port=8888
- spring.datasource.url=jdbc:mysql://localhost:3306/projectDB;
- spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
- spring.datasource.username=root
- spring.datasource.password=root
- Java
- Spring Data JPA
- Spring Boot
- Hibernate
- MySQL
- Java-Script
- Kishan Savaj @kishan169
- Yogesh Jagtap @jagtapyogesh41
- Deepak Kumar Singh @Dks-believer
- Surag @SuragVC
- Surya Moharana @SuryAMoharana
##User Interface