Skip to content

MildTreeRat/capstone

Repository files navigation

capstone

this is capstone for spring 2025

Directions

Python

Ensure that you have python 3.12 installed!

Compiling the website

Run the vitual python environent in the directory capstone/

python -m venv venv

then on windows

.\venv\Scripts\activate

or on unix (linux, macOS)

source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Start the app

python run.py

Working the website

Just click the run button :)

Deploy with Kuber

docker build -t capstone-app:0.1 .

kubectl apply -f deploy.yaml kubectl apply -f svc.yaml

About

this is capstone for spring 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6