Within your course repository, create a directory "hw4". Commit and push to your remote repository.

cd <path_to_repo>
mkdir hw4
touch hw4/Dockerfile
touch hw4/app.py
touch hw4/url.txt
git add hw4
git commit -m "initial commit for hw4"
git push

For this homework, you will:

The following rubric will be used to evaluate your homework submission:

Overall functionality

Code documentation (such as Docstrings, comments)

Code readability and modularity

git repository activity (commits, commit messages, tags)

Instructions followed properly including naming and submission of code