Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avsbharadwaj/counter-service

GitHub Actions, Docker, Flask and AWS services (ECR, EC2)
https://github.com/avsbharadwaj/counter-service

Last synced: about 19 hours ago
JSON representation

GitHub Actions, Docker, Flask and AWS services (ECR, EC2)

Awesome Lists containing this project

README

        

# 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