Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 536 Bytes

File metadata and controls

8 lines (7 loc) · 536 Bytes

FinalSE-PrinterServer

The application uses a REST API service that controls printers, you can add printers, add jobs to printers, view the printers and their jobs, get statistics and more with the client application that interacts with the service.
The application builds,completes tests and published a docker image using GitHub Action with every commit.


#Instructions:
1)Run the ControllerManager.java file to run the server.
2)Open the client app in the ClientAppPrinter folder to interact with the service.