Skip to content

amyy2/E444-F2024-PRA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E444-F2024-PRA2

ECE444 PRA2

Amy Saranchuk (1006058301)

This repo is a clone of https://github.com/miguelgrinberg/flasky

Activity 1.4 screenshot

Screenshot 2024-09-25 at 10 22 52 AM
export FLASK_APP=hello.py
flask run --debug

Activity 2

docker build -t pra2 .
docker run -p 5001:5000 pra2 # Apple took port 5000?