-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7ed1d0
commit b08212e
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# CarShowCase | ||
The purpose of this project is to develop a series of systems model for showroom visit for the purchase of cars. We will assume that the time and technical knowledge required to see specifications of a vehicle form that long modules car owners give can be overcome and simplified respectively. Moreover, we need to know the experience of other users using the vehicle in form of reviews. | ||
|
||
|
||
|
||
# Project Description | ||
|
||
There are many projects done for car specifications but as a start of my journey in web development and using azure service to deploy it I have taken a project of making a clone as first project. Car specifications are provided in the project and also the reviews for a car from the customer will be shown. | ||
|
||
Deployment can be viewed here: https://witty-glacier-0ba929010.1.azurestaticapps.net/ | ||
|
||
|
||
For deploying a static webapp using Azure Static web app service we have to make a resource group in my case it was "CarShowCase" and connect to github account in order to access repositories. Azure creates a github actions .yaml file in ".github/Workflows/ " which automatically detects a new commit and run a github actions workflow and the changes reflects on the actual website. |