server/
: Spring Boot 백엔드web/
: Nuxt.js 프론트엔드
- Docker
- Docker Compose
-
레포지토리 클론:
$ git clone https://github.com/corca-ai/corca-ads-demo.git $ cd corca-ads-demo
-
데모 프로젝트 빌드 및 실행:
$ make run-demo # server api specification -> http://localhost:8080/swagger-ui/index.html
-
웹 애플리케이션 접속:
http://localhost:3000 # 웹 브라우저에서 url 접속
-
실행을 종료하고 Docker 환경을 초기화 하고 싶은 경우:
$ make clear