Best Rubik's cube website to track your pbs
It's a more advanced one with accounts management and leaderboard. Go to the local_version branch if you want to check the other one. |
- Docker Engine Community
- Docker Compose
- Git
> git clone https://github.com/FIN-18-20/RubiksMind.git
> cd RubiksMind
> docker-compose up
Try to reach:
- The Vue SPA on localhost
- The API on localhost/api
- The Traefik Dashboard on dashboard.localhost
- The MariaDB database on your favorite database management tool with the host as localhost and the port as 3306
Feel free to change any environment variable in the docker-compose.yml file to fully access your setup.
> cd RubiksMind
> docker-compose down
or
> docker-compose down -v (if you also want to remove the volumes)