Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 385 Bytes

File metadata and controls

9 lines (6 loc) · 385 Bytes

This project fulfills the assignment as part of interview process of ProgressSoft.

The application creates the 'deal' table on startup, and accepts a randomly generated deal, then shuts down.

To build and run the project, run 'start.sh'; this compiles the java code and creates a docker image, then runs the application along with mysql server.

To run the unit tests, run 'test.sh'.