This is a simple web application demonstrating Continuous Integration and Continuous Deployment (CI/CD) using GitHub Actions.
- Clone the repository
- Install dependencies:
npm install
- Run tests:
npm test
- Start the server:
npm start
- Automated testing
- Code linting
- Docker image build
- Node.js
- Docker
- npm
- Clone the repository
- Install dependencies: