Skip to content

Commit

Permalink
Update index.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JQCVSC authored Jul 14, 2024
1 parent 02e4c06 commit a39af63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a39af63

Please sign in to comment.