Transaction fee ticker for Upbit made with Nest framework.
UPBIT_API_TOKEN
, UPBIT_API_SECRET
, DB_HOST
, DB_PORT
, DB_USER
, DB_PASS
, DB_NAME
environment variables. you
should add
environment variables.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod