Skip to content

DragonSenseiGuy/woof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 18, 2025
89264a8 · · Dec 18, 2025

History

5 Commits
Dec 18, 2025
Dec 18, 2025
Dec 18, 2025
Dec 18, 2025
Dec 18, 2025
Dec 18, 2025

Repository files navigation

Woof YSWS

Woof YSWS is a YSWS where you code a dog themed website for 5 hours and get a dog plushie!

Installation

First make a virtual environment:

python -m venv .venv

then activate it on macOS/Linux::

source .venv/bin/activate

on windows:

.\venv\Scripts\activate.bat

Install dependencies:

pip install -r requirements.txt

run the server:

for dev:

flask --app main run --debug

for production: you need to use gunicorn, which I will set up laterr