Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 310 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 310 Bytes

LOL -Crawler

리그 오브 레전드 프로 경기를 크롤링 해주는 API입니다.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# docker setting
$ docker-compose up