Completed
New Web 1.0 documentation and endpoints
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Interactive Brokers Web API - Docker Tutorial for Full Stack Stock App - Part 1
Automatically move to the next video in the Classroom when playback concludes
- 1 What we're building
- 2 Get the source code On Github
- 3 Support My Content
- 4 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