- Steps to run file:
- Go inside the
backend
directory. - Run
python3 backend.py
- Go back and enter the
client
directory - Use command
npm install
inside the root folder to install the packages. - Then use the command
npm run start
to start the development server
- Go inside the
-
Contributors:
- Neeraj Pandey
-
This version is using Tradier sandbox, so only static data for VXX option is being generated. If you wish to get all options data, use the Brokers API.
-
Feel free to raise a PR if you find a problem.