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.
- Wil Neeley ([email protected])
- Justin Walker ([email protected])
- Node >= v13
- Robinhood Credentials
- Make sure you have Node >= v10 installed
node --version
- Install all dependencies
npm run init
- Add the database file
sm.db
to/src/backend/db
touch src/backend/db/sm.db
- Build the database tables
npm run rebuild:db
To launch the application:
npm run dev