Introduction to Python with Docker. Flask web app. Uploads to S3. SQLAlchemy.
docker
&docker-compose
installed.- Create
aws-config.yml
in the root of the project based on the template given.
- Set up docker's remote python interpreter
- After adding a new package to requirements.txt you will need to rerun container and restart PyCharm
docker build -t python-intro docker
docker-compose up