Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.09 KB

README.md

File metadata and controls

51 lines (41 loc) · 2.09 KB

콘텐츠의 공유를 빠르고 쉽게!
콘텐츠 저작권 거래를 위한 플랫폼 BRINGCON입니다.

2021.07 - 2021.10 개발


✅ GUI

1. 메인페이지


2. 업로드 페이지


3. 상세페이지


3. 게시판


4. 마이페이지


✅ Service Flow

✅ Running the app

server/config/dev.js 파일 생성
server/config/s3.json 파일 생성
server/config/iamport.json 파일 생성
root directory에 uploads/thumbnails 폴더 생성
root directory에 uploads/watermark 폴더 생성

$ npm install
$ cd client
$ npm install
$ cd ..
$ npm run dev