Skip to content

A simple repository that uses React as client, NodeJS as server, and MySQL for database control, all running inside Docker containers

Notifications You must be signed in to change notification settings

iamhuynq/react-express-jwt-mysql-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple repository that uses React as client, NodeJS as server, and MySQL for database control, all running inside Docker containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published