Skip to content

We have created REST APIs for wallet application which can be use by the Customer for the different kinds of services.

Notifications You must be signed in to change notification settings

imshubhy/wallet-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API for Online Payment Wallet Application

This project is about Building REST APIs for online payment wallet application which can be used by customers for different services.
The unique features of this project is We have implemented user validation at every step that will based upon authenticated unique key, for every user. And we are are following proper architecture based design that's allow us to write neat and clean code.

We have written the business logic in such a way that at any step we can easily access current customer with the help of key and we can implement the required logic as per need.


This is a collaborative project, completed by a team of 6 backend developers at Masai School.

Collaborators

  1. User can Login and Signup.
  2. Adding money to wallet from bank.
  3. Transfer money to different users.
  4. User can get all transaction history, bill payments.
  5. User can pay Bills
  • Backend
  1. Built authentication while login and logout using key.
  2. Stored the data on MySQL and used it for Authentication.

Tech Stack

drawing

drawing

drawing

drawing

drawing

drawing

drawing

drawing


Modules

  • Login and Signup Module
  • Wallet Module
  • Account Module
  • Customer Module
  • Bill Payment Module
  • Transaction Module
  • Beneficiary Module
  • Bank Account Module

User Features

  • customer can validate their login.

Customer Features

  • Customer can login in the application and update their information using their username and password.
  • Customer can add account to wallet.
  • Customer can delete account from wallet.
  • Customer can view account of wallet.
  • Customer can view list of all account to wallet.

Wallet Features

  • User can create new wallet account.
  • Track a user’s wallet balance.
  • User can add money to wallet account.
  • Allow a user to transfer money to another user/account.
  • Keep a history of last N transactions.

Bank Accounts Features

  • Can add,delete,update Bank Accounts in their wallet
  • Can transfer money from Bank Accounts to wallet

Bill Payment Features

  • Customer can add bill payment.
  • Customer can view bill payment.

Transaction Features

  • Customer can add new transaction.
  • Customer can view all transaction.
  • Customer can view transaction by date.
  • Customer can view lis of all transaction.

Installation & Run

  • Before running the API server, you should update the database config inside the application.properties file.
  • Update the port number, username and password as per your local database configuration.
    server.port=8080

    spring.datasource.url=jdbc:mysql://localhost:3306/walletdb;
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=root

ER Diagram :

erd_final_walletapp

About

We have created REST APIs for wallet application which can be use by the Customer for the different kinds of services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages