Interactive Brokers Web API - Why might you use it
5
New Web 1.0 documentation and endpoints
6
Using Docker to containerize the webapp and IBKR software
7
Cloning the project from Github
8
Dockerfile walkthrough
9
Running It - docker-compose up
10
IBKR Authentication
11
Web Application Dashboard
12
Stopping the container, docker-compose.yml walkthrough
13
Environment variables, account id
14
Port mapping, mounting a volume
15
Client Portal Gateway config.yaml
16
The startup script start.sh
17
The webapp and scripts/ directory
18
Bringing the container back up
19
Notes /commands for installing an SSL certificate
20
Web application features
21
Docker commands, listing containers, executing commands on the container
22
Wrapping up, what's next
Description:
Learn how to build a full-stack stock application using the Interactive Brokers REST API in this comprehensive video tutorial. Explore the process of containerizing a web application and Interactive Brokers software using Docker. Dive into the project setup, including cloning from GitHub, understanding the Dockerfile, and configuring docker-compose.yml. Master IBKR authentication, navigate the web application dashboard, and configure environment variables. Gain insights into port mapping, volume mounting, and Client Portal Gateway configuration. Discover how to implement SSL certificates, explore web application features, and execute essential Docker commands. By the end of this tutorial, acquire the skills to develop a robust stock trading application leveraging the Interactive Brokers Web API.
Interactive Brokers Web API - Docker Tutorial for Full Stack Stock App - Part 1