- Install Docker
- Download, Update and Run a Ubuntu Image
- Setup Atom or a Visual Stuido ( if you have school license ) to connect to Docker instance
- Make a new repo in github
- Add a dockerfile
- Add a Docker compose file
- Tie the repo, docker files and Atom/VS together
- Add instances to the Docker file for mysql
- Add credentials for Mysql environment
- Write python code to create mysql db, tables
- Write python code to insert, update, delete data