Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid Transfer Java


A money transfer application implemented in Java. It consists of a single Workflow function that orchestrates the execution of withdrawal and deposit methods of an Account object, representing the transfer of money from one account to another.

  • Implemented using Temporal Engine and Workflows.

Overview


In many financial systems, transferring money between accounts is a fundamental operation. This project provides a simplified version of such functionality, focusing on the core logic of withdrawing funds from one account and depositing them into another.

Features


  • Simple Workflow: The application follows a straightforward workflow to transfer money between accounts.
  • Account Management: Accounts are represented as objects with withdraw() and deposit() methods to manage funds.
  • Transaction Handling: The application ensures proper handling of transactions, including error checking and logging.

Usage


  • To use this application, follow these steps:

    1. Clone the Repository: Clone this repository to your local machine using the following command:

      git clone <repository_url>
    2. Compile the Code: Compile the Java files using your preferred IDE or the command line. For example:

      javac *.java
    3. Run the Application: Execute the main Java file to run the application.

Contributing

  • Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

About

A money transfer application implemented in Java. It consists of a single Workflow function that orchestrates the execution of withdrawal and deposit methods of an Account object, representing the transfer of money from one account to another.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages