https://github.com/shivam-goswami5123/aws-cicd-project
This repository contains a simple ToDo App that serves as a foundational project to demonstrate Continuous Integration (CI) and Continuous Deployment (CD) workflows on AWS.
https://github.com/shivam-goswami5123/aws-cicd-project
aws cicd codebuild codedeploy codepipeline docker
Last synced: 3 months ago
JSON representation
This repository contains a simple ToDo App that serves as a foundational project to demonstrate Continuous Integration (CI) and Continuous Deployment (CD) workflows on AWS.
- Host: GitHub
- URL: https://github.com/shivam-goswami5123/aws-cicd-project
- Owner: shivam-goswami5123
- Created: 2024-12-13T07:06:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T18:03:29.000Z (9 months ago)
- Last Synced: 2025-03-16T08:09:37.619Z (7 months ago)
- Topics: aws, cicd, codebuild, codedeploy, codepipeline, docker
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 ToDo App with CI/CD on AWS 🚀
This repository contains a **simple ToDo App** that serves as a foundational project to demonstrate **Continuous Integration (CI)** and **Continuous Deployment (CD)** workflows on **AWS**.
The app integrates with **GitHub** as the source control and utilizes the following AWS services:
- 🛠️ **CodeBuild**: For building and testing the application.
- 📦 **CodePipeline**: For orchestrating the CI/CD workflow.
- 🚀 **CodeDeploy**: For automated deployment.Additionally, the app is containerized using **Docker** for seamless deployment and scalability. 🐳