-
Notifications
You must be signed in to change notification settings - Fork 0
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
54cb57e
commit 9e1083e
Showing
1 changed file
with
6 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# counter-service | ||
GitHub Actions, Docker and AWS services (ECR, EC2) | ||
# A basic counter-service using | ||
GitHub Actions, Docker, AWS services (ECR, EC2), Flask | ||
|
||
1. This app keeps track of a counter, which is displayed for a GET request to the app and is increased by 1 for a POST request. The application is written in python with the flask framework. | ||
2. Then the application is containerised using docker to make it portable. A Dockerfile is written for the same. | ||
3. And finally a github action workflow is written to build the docker image and push it to Amazon ECR |