Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AVSBharadwaj authored May 15, 2024
1 parent 54cb57e commit 9e1083e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
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

0 comments on commit 9e1083e

Please sign in to comment.