Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.09 KB

Corca Ads Demo

이 프로젝트는 두 가지 주요 구성 요소로 이루어져 있습니다:

  • server/: Spring Boot 백엔드
  • web/: Nuxt.js 프론트엔드

필수 요구 사항

  • Docker
  • Docker Compose

📍 위 두 가지에 대해 설치가 필요한 경우, macOS, Windows, Linux(Ubuntu) 등 운영체제에 맞게 설치해주세요.


실행 방법

  1. 레포지토리 클론:

    $ git clone https://github.com/corca-ai/corca-ads-demo.git
    
    $ cd corca-ads-demo
  2. 데모 프로젝트 빌드 및 실행:

    $ make run-demo
    
    # server api specification -> http://localhost:8080/swagger-ui/index.html

    image

  3. 웹 애플리케이션 접속:

    http://localhost:3000   # 웹 브라우저에서 url 접속

    image

  4. 실행을 종료하고 Docker 환경을 초기화 하고 싶은 경우:

    $ make clear