Skip to content

HackHunter8/-CI-CD-pipeline-for-a-web-application

Repository files navigation

CI/CD Web Application

Project Overview

This is a simple web application demonstrating Continuous Integration and Continuous Deployment (CI/CD) using GitHub Actions.

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run tests: npm test
  4. Start the server: npm start

CI/CD Pipeline

  • Automated testing
  • Code linting
  • Docker image build

Project Setup

Prerequisites

  • Node.js
  • Docker
  • npm

Installation

  1. Clone the repository
  2. Install dependencies:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published