Skip to content

Opdata/docker-simple-fullstack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Simple FullStack App

Client Port 3000 접속 → Nginx (Port 80 Proxy)

  1. / (Front Port 3000) → Nginx → 정적파일
  2. /api (Backend Port 5000) → Mysql(Port 3063)
  • frontend : React
  • backend : Nodejs
  • Database : Mysql
  • Nginx