MarkOoi1 / macromonitor

MM is an open source FinTech project, designed to help retail traders and investors execute with discipline. The platform and the code is free but in the future you can subscribe to paid Themes packages if you don't have time to create your own. Contact me for more information or if you want to contribute mark.kw.ooi@gmail.com
GNU General Public License v3.0
0 stars 0 forks source link

(MM) Macro Monitor

MERNG w/ Redux and Material UI.

Designed to deploy on Heroku. You can use any cloud MongoDB service, just update the connection string.

Technology Goals:

Design Goals:

Version: 0.0.1

Usage

$ npm install

# Development: Run with Nodemon
$ npm run dev

# Visit http://localhost:3000

Keys

Set the following ENV VARS using dotenv. (/.env)

IG_API_KEY
IG_IDENTIFIER
IG_PASSWORD
IG_DEMO
DB_USER
DB_PASS
JWTSecret

Run ./scripts/init.js to pre-populate the DB.