Skip to content

FIN-18-20/RubiksMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubiksMind

Best Rubik's cube website to track your pbs

Netlify Status


⚠️ This version is not the one hosted on rubiksmind.netlify.app.
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.

Getting started

Tools needed on your machine

  • Docker Engine Community
  • Docker Compose
  • Git

Initial configuration

> git clone https://github.com/FIN-18-20/RubiksMind.git
> cd RubiksMind
> docker-compose up

Test the setup

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.

Shutdown the containers

> cd RubiksMind
> docker-compose down
or
> docker-compose down -v (if you also want to remove the volumes)