Jiajun Che Student number: 46921112
2025/02/28 10:40 AM
a construction of a simple HTTP server in Python.
Install these in command: sudo apt update // apt or dnf depending on distro sudo apt install pipx // apt or dnf depending on distro pipx ensurepath pipx install poetry poetry init poetry add flask
install "REST Client" extension
After these, run this command to start: poetry run flask --app todo run -p 6400