Skip to content

veegit/VenmoPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VenmoPay

Build

mvn clean -U package

Run Tests

mvn test

Run

java -jar VenmoPay
OR
java -jar VenmoPay < sampleinput.txt

Why Java

  1. Static typing
  2. Highly Object Oriented allows to create this system with standard design pattern e.g. This system was developed using mediator pattern which is quite easy to implement/visualize in Java
  3. Easy to maintain as almost everyone knows Java.
  4. Easy to deploy as standard build and deploy management tools like mvn can work seamlessly with Java
  5. Almost big Applications servers are Java containers and this product could be deployed on a java container without much trouble.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages