Skip to content

Commit 34de47e

Browse files
Merge pull request #53 from christosgalano/christosgalano-patch-1
Update README.md
2 parents 7f6e171 + 7b94385 commit 34de47e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# DevOps with GitHub: FastAPI example
22

3-
[![ci-cd](https://github.com/christosgalano/devops-with-github-example/actions/workflows/ci_cd.yaml/badge.svg)](https://github.com/christosgalano/devops-with-github-example/actions/workflows/ci_cd.yaml)
4-
[![codeql](https://github.com/christosgalano/devops-with-github-example/actions/workflows/codeql.yaml/badge.svg)](https://github.com/christosgalano/devops-with-github-example/actions/workflows/codeql.yaml)
5-
[![deploy-infra](https://github.com/christosgalano/devops-with-github-example/actions/workflows/deploy_infra.yaml/badge.svg)](https://github.com/christosgalano/devops-with-github-example/actions/workflows/deploy_infra.yaml)
6-
73
## Overview
84

95
The purpose of this repository is to demonstrate how someone can leverage GitHub's numerous DevOps capabilities to streamline both application and infrastructure development and deployment processes.
106

11-
It consists of a FastAPI application, Bicep infrastructure as code (IaC), and GitHub workflows, collectively showcasing how to leverage different GitHub capabilities to simplify and automate the deployment process of an application to the cloud in a secure and reliable way. The application is deployed to Azure, but the same principles can be applied to any cloud provider or even on-premises infrastructure.
7+
It consists of a FastAPI application, Bicep infrastructure as code (IaC), and GitHub workflows, collectively showcasing how to leverage different GitHub capabilities to simplify and automate the deployment process of an application to the cloud securely and reliably. The application is deployed to Azure, but the same principles can be applied to any cloud provider or even on-premises infrastructure.
128

13-
The application is a simple API that returns the message "Hello " followed by each value provided in the path parameters, separated by commas.
9+
The simple API application returns the message "Hello " followed by each value provided in the path parameters, separated by commas.
1410

1511
For example, if the path parameter is "world", the API will return "Hello world", whereas if the path parameters are "world" and "universe", the API will return "Hello world, universe".
1612

0 commit comments

Comments
 (0)