Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 721 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 721 Bytes

Open in Codespaces

CSSE6400 Week 1 Practical

Name

Jiajun Che Student number: 46921112

Time

2025/02/28 10:40 AM

Description

a construction of a simple HTTP server in Python.

Installation

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