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:
model_datastore.py
file so as to not conflict with the data from the Guestbook labs.Dockerfile
for containerizing ithw4
" and leave it up for grading (i.e. gcloud run deploy hw4 --image ...
)url.txt
. URL will have the form of https://hw4-....run.app
.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 |