Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
1923VAISHNAVIAA committed Mar 26, 2023
2 parents e04bfde + cdd9353 commit a4d9414
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Azure Static Web Apps CI/CD

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_FLOWER_047E73D10 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_FLOWER_047E73D10 }}
action: "close"
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# HackThePlan
Hack The Plan || EV-Connect: For event, party organizers and vendors

Event-Connect is a cutting-edge platform that leverages the latest in digital technology to facilitate seamless connections between event managers and vendors. By utilizing advanced algorithms and state-of-the-art search capabilities, the platform empowers event organizers to easily and efficiently search for and connect with vendors that meet their specific needs and requirements.
Through its intuitive user interface, vendors are able to easily register and showcase their offerings to a broad audience of potential clients. This streamlined process enables event planners to easily identify and evaluate vendors, saving them valuable time and resources.
Additionally, Event-Connect provides robust communication tools that enable event planners to quickly and easily communicate with vendors and manage their event planning workflow all from within a single, centralized platform. This results in a more efficient and effective event planning process, with less time spent on administrative tasks and more time focused on creating unforgettable events.

##Deployed website: https://victorious-flower-047e73d10.2.azurestaticapps.net/
<br>
###Website:

<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761774-fad6d661-8825-4b13-9682-6348548be835.png">
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761782-c8b91885-c213-489f-a54f-fdba0295c8f2.png">
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761787-ece861d9-4862-4c04-aba0-c8463d0ef630.png">
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761792-5fe6dbe6-7828-4900-93d9-36b4f55d5633.png">

## Vendors list:
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761998-a14b884d-6f32-410a-b62b-1e30f1351507.png">

### Shopping
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761809-22f1809c-f369-450d-be1a-9541109130c5.png">

## Registration form for vendors
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761814-51937ce0-e474-45c7-b3f3-3570120b2d2a.png">

## Newsetter subscription
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761824-85d2f963-4513-48c7-ae6a-34b6952446b5.png">

## Microsoft Azure
<img width="960" alt="image" src="https://user-images.githubusercontent.com/80088403/227761871-ad919cf0-97b5-48e1-b07d-1087da464fba.png">

0 comments on commit a4d9414

Please sign in to comment.