The system is build using Wordpress CMS.
Docker Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux containers to deploy applications is called containerization.
Go here link.
Download and install docker communitiy version for your OS (Windows/MAC/Linux)
Run following command in command line in the root folder of the project where the "docker-compose.yml" file is located.
docker-compose up -d
Run following docker command to see the running containers.
docker ps
If all goes well, open the http://localhost:8000
That's it. So quick and easy.
All source code are available under src folder