This is a basic Node.js web application designed to demonstrate a CI/CD pipeline setup using Jenkins, AWS EC2, and AWS CodeDeploy.
Before you begin, ensure you have the following installed on your local development environment:
- Node.js (v14.x or higher)
- Git
-
Clone the repository to your local machine:
git clone https://github.com/your-username/simple-node-web-app.git cd simple-node-web-app