From 9e1083e12429b6a1d7deb401fbf354e1ffe52d75 Mon Sep 17 00:00:00 2001 From: "A.V.S Bharadwaj" <33314776+AVSBharadwaj@users.noreply.github.com> Date: Wed, 15 May 2024 12:07:14 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dae473..7eea570 100644 --- a/README.md +++ b/README.md @@ -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