Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 646 Bytes

File metadata and controls

37 lines (33 loc) · 646 Bytes

MBA

MBA(Major Book Auction)

Getting Started

Prerequisites

  • Docker > 19.x

Installation

  1. 소스코드 다운로드
    $ git clone https://github.com/MBAfour/MBA.git
  2. 리액트 npm 패키지 설치
    $ cd client
    client$ npm install
  3. 스프링부트 gradle 빌드
    $ cd server
    server$ ./gradlew build

Usage

  • 도커 이미지 빌드 및 컨테이너 실행
    $ docker-compose up --build
  • 컨테이너 실행
    $ docker-compose up
  • 컨테이너 다운
    $ docker-compose down