Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 620 Bytes

File metadata and controls

30 lines (18 loc) · 620 Bytes

charles-schwab-algorithmic-trading

Install

  • Create optional file 'credentials.js' in '\server\config\environment\credentials.js'
export default {
    port: 9000,
    armadilloUrl: 'http://localhost:3000/', // Machine Learning service local address https://github.com/Artimatic/station-analysis-service
};

Run npm install or npm ci

Build

Run npm run build .

Start Server

Run npm run start

Local Address

http://127.0.0.1:9000/

Machine Learning functionalities

Requires station-analysis-service to be set up and running. https://github.com/Artimatic/station-analysis-service