Skip to content

ahmedgeeter/github_actions_nodejs_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Node.js CI/CD Pipeline using GitHub Actions

πŸš€ Overview

Set up a Node.js web application with an automated CI pipeline using GitHub Actions.

🧠 Skills Demonstrated

  • CI/CD pipeline design
  • GitHub Actions workflow
  • Dependency management

πŸ”§ Tech Stack

  • Node.js
  • Express.js
  • GitHub Actions

πŸ“ Structure

.
β”œβ”€β”€ app.js
β”œβ”€β”€ package.json
└── .github/
    └── workflows/
        └── node.yml

πŸ›  Usage

  1. Push code to main branch.
  2. GitHub Actions will:
    • Checkout code
    • Install dependencies
    • Run the app

🎯 Value

Demonstrates automated software lifecycle practices using GitHub-native CI tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published