Skip to content

Latest commit

 

History

History
executable file
·
49 lines (32 loc) · 848 Bytes

README.md

File metadata and controls

executable file
·
49 lines (32 loc) · 848 Bytes

Stock Miner

Stock Miner is a predictive analysis and stock market trading application. Its core intent is to provide the maximal experience for executing high velocity and guided automation trades while providing loss prevention.

Authors

Requirements

Installation

  1. Make sure you have Node >= v10 installed
node --version
  1. Install all dependencies
npm run init
  1. Add the database file sm.db to /src/backend/db
touch src/backend/db/sm.db
  1. Build the database tables
npm run rebuild:db

Usage

To launch the application:

npm run dev