Program simulates a books E-store using Micro-Services architecture
Systems Programming Assignment 2
Description: The project is an E-store for books with receipts/deliveries/customers and many more classes
Focusing on OOP, Concurrency, Microservice architecture and classes in Java.
Running arguments: 5 arguments, first is the input file's name and the rest are the name of the 4 output files Input: Json file (an example exists in the repo) Output: 4 serialized objects representing the store's status (receipts/deliveries/quantites/money register)
NOTE: I still have the assignment's PDF, But because of copyright issues I can't publish it