Skip to content

Commit

Permalink
Create index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JQCVSC authored Jul 9, 2024
1 parent c7dba20 commit 0b889db
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
layout: default
---

# Welcome to the Cloud Security Web App Challenge: Secure-Pass-Sentinel

## Challenge Overview

Enhance and deploy "Secure-Pass-Sentinel", a password strength checker web application, using serverless cloud technologies. This challenge is designed to test your skills in cloud deployment, security implementation, and web application development.

## Project: Secure-Pass-Sentinel

Secure-Pass-Sentinel is a web-based password strength checker that evaluates passwords based on length, character types, and checks against a list of common passwords. Your task is to enhance this application and deploy it to the cloud.

## Key Objectives

1. **Enhance the Application**: Improve the functionality, security, or performance of Secure-Pass-Sentinel.
2. **Cloud Deployment**: Deploy the enhanced app using serverless technologies on either GCP or AWS.
3. **CI/CD Integration**: Implement a CI/CD pipeline for automatic deployments.

## Getting Started

1. Clone the repository:
git clone https://github.com/your-username/Secure-Pass-Sentinel.git
Copy2. Implement your enhancements
3. Deploy to your chosen cloud platform
4. Set up CI/CD for automated deployments

## Submission Guidelines

- Fork this repository
- Implement your enhancements and cloud deployment
- Submit a pull request with your changes
- Include a detailed README explaining your enhancements and deployment process

## Resources

- [Original Secure-Pass-Sentinel Repository](https://github.com/your-username/Secure-Pass-Sentinel)
- [GCP Cloud Run Documentation](https://cloud.google.com/run/docs)
- [AWS Lambda Documentation](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html)

## Questions?

If you have any questions about the challenge, please [open an issue](https://github.com/your-username/Cloud-Security-Web-App-Challenge/issues) in this repository.

Good luck, and happy coding!
To use this index.md:

Create a new file named index.md in the root directory of your GitHub Pages repository.
Copy and paste the content above into this file.
Customize the content as needed. For example, replace "your-username" with your actual GitHub username and adjust any links or specific details.
Commit and push this file to your repository.

This index.md provides an overview of your challenge, explains the key objectives, gives instructions on how to get started, and includes submission guidelines. It also provides some resources and a way for participants to ask questions.
Remember to update your _config.yml file to include:
yamlCopyremote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme
title: "Cloud Security Web App Challenge: Secure-Pass-Sentinel"
description: "Enhance and deploy a password strength checker using serverless cloud technologies"

0 comments on commit 0b889db

Please sign in to comment.