• Stars
    star
    1
  • Language
    Java
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A store model with basic application like to hire a staff, allow customers to select product that is been read from an excel file(JavaIO), cashier activating the sale function and print receipt for the customer on checkout. Most importantly the transaction in this store model between the cashier and the customer is multi-threaded, meaning multiple customers can purchase at same time interval.