MatrixSystem is a platform for online schools that helps tutors manage homework and tasks for their students and allows students solve tasks, homework and options of exam created by tutors.
To deploy and start this project:
- Pull docker image using:
docker pull bashkir7777/matrix-system
- Run container using:
docker run -p 8080:8080 -v matrix-db:/system/db -v matrix-db-images:/system/db/images --name matrix-app bashkir7777/matrix-system
- Wait until the container successfully starts and open the link in a browser:
http://localhost:8080/app/all-tasks- Login using precreated user:
login: god
password: god
Note that the Miro board embedded here is for demonstration purposes only. To use it as intended, the administrator must have a premium Miro account




