Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 633 Bytes

File metadata and controls

26 lines (15 loc) · 633 Bytes

LOG4U

GitHub commit activity

서버 주소

API 서버

프론트 서버

개발 환경 설정

  • 루트 디렉토리(WEB3_4_Log4U_BE)에서 다음 명령 실행
# postgresql mysql 모두 실행
docker-compose up -d

# postgresql 만 실행
docker-compose up -d postgres

구조도

Image