I made up docker file for easy deployment of this application.
So all you need is to setup configuration in docker-compose.yml file:
YOURDB- your database where application will add table
YOURUSR- your username to the database
YOURPASS- your password to the database
Then you need browse to /employee-management folder, and run in cmd:
docker-compose up