From a39af636e9d859d4f4df214171261bcac81824b3 Mon Sep 17 00:00:00 2001 From: JQCVSC <65506340+JQCVSC@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:43:47 -0700 Subject: [PATCH] Update index.markdown --- index.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.markdown b/index.markdown index 8d9733d..c144796 100644 --- a/index.markdown +++ b/index.markdown @@ -35,9 +35,11 @@ Enhance the Secure-Pass-Sentinel application and deploy it as a serverless web a git clone https://github.com/JQCVSC/Secure-Pass-Sentinel cd Secure-Pass-Sentinel + Step 2: Set Up Locally -bashCopypip install -r requirements.txt +pip install -r requirements.txt python main.py + Step 3: Implement Enhancements Enhance the web app. For example: @@ -76,7 +78,7 @@ requirements.txt: List of Python dependencies. cloudbuild.yaml: Configuration file for Google Cloud Build (for GCP deployment only). common_passwords.txt: A list of common passwords to check against (ensure this file is in the same directory as main.py). -Submission/Showcase +## Submission/Showcase Submissions for Cloud Security Web App Challenge {% include submissions.md %} To submit your project: