Cron scheduler for pickk-server
현재 사용되지 않습니다.
Pickk-server에게 cron job request를 보냅니다.
$ # 1. install packages
$ npm install
$ # run locally (+ Hot reload)
$ npm run dev
$ # build & run
$ npm run build
$ npm run start
$ # prettier, eslint, jest
$ npm run format
$ npm run lint
$ npm run test