eLearningQA is a web app that uses Moodle's web service API to retrieve information and runs a set of checks while applying an e-learning quality framework to assess the quality of instructional design on Moodle courses (I am not a Moodle Partner). This app is intended to be used by teachers using Moodle.
Login page Main page Report page
ElearningQA has the capability to be deployed in containers using Docker. This makes very easy the deployment of the application in any environment. In order to execute eLearningQA with Docker it is necessary to dispose of Docker dekstop installed on the enviornment.
mvn clean install
docker build -t <imageName> .
docke run -p <outSidePort>:8080 <imageName>
Once the last step is made it will be possible to monitor the application from Docker Desktop.