Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 486 Bytes

Docker-react-expressjs-mysql

Getting started

  • Clone project and cd into it
  • Install docker
  • Run docker-compose up --build (if have any error, run docker-compose down before and run COMPOSE_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 and password: 12345