/speculator-sample

2022 iThome 鐵人賽《從 Node.js 開發者到量化交易者:打造屬於自己的投資系統》範例程式

Primary LanguageTypeScriptMIT LicenseMIT

Speculator

2022 iThome 鐵人賽《從 Node.js 開發者到量化交易者:打造屬於自己的投資系統》範例程式

Installation

$ npm install

Copy or rename .env.example to .env and set the values for your environment.

Running the app

# development
$ npm run start [app]

# watch mode
$ npm run start:dev [app]

# production mode
$ npm run start:prod [app]

Running with Docker

Make sure you have docker and docker-compose installed.

Starting services

$ docker-compose up -d

Stoping services

$ docker-compose down

License

MIT licensed.