Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmore02 authored May 3, 2022
1 parent c7ed1d0 commit b08212e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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.

0 comments on commit b08212e

Please sign in to comment.