==========================================
Install Docker
https://docs.docker.com/docker-for-mac/install/
https://docs.docker.com/docker-for-windows/install/
==========================================
The following set of commands will download and install the dashboard along with all its dependencies:
git clone https://github.com/shashi8shekhar/dashboard-rvol.git
cd dashboard-rvol
docker-compose build
docker-compose up -d
==========================================
Access Client Dashboard on local system
Access DB on local system
==========================================
Stop Application
docker-compose stop
==========================================
Check Logs
docker-compose logs server
docker-compose logs client
==========================================