this is capstone for spring 2025
Ensure that you have python 3.12 installed!
Run the vitual python environent in the directory capstone/
python -m venv venvthen on windows
.\venv\Scripts\activateor on unix (linux, macOS)
source venv/bin/activateInstall Dependencies
pip install -r requirements.txtStart the app
python run.pyJust click the run button :)
docker build -t capstone-app:0.1 .
kubectl apply -f deploy.yaml kubectl apply -f svc.yaml