- Clone project and cd into it
- Install docker
- Run
docker-compose up --build
(if have any error, rundocker-compose down
before and runCOMPOSE_HTTP_TIMEOUT=200 docker-compose up --build
) - Access to react fronted throught http:localhost:5002
- Access to mysql database throught phpMyadmin on http:localhost:8899
with
username: root
andpassword: 12345