Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 638 Bytes

시스템 아키텍처

1. 서비스 인프라 구조도 2. Docker 네트워크 구조

실행방법

  1. git clone https://github.com/JNU-econovation/EEOS-BE
  2. 환경변수를 설정해줍니다.(env.properties)
  3. db를 실행합니다.
cd resources
cd local-develop-environment
docker-compose up
  1. spring boot를 실행합니다.