Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 939 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 939 Bytes

Movie Project

This project is a part of the DevOps GitHub Action workflow. It demonstrates the use of GitHub Actions to automate various tasks in a movie-related application.

Table of Contents

Introduction

The Movie Project is designed to showcase the integration of CI/CD pipelines using GitHub Actions. It includes automated testing, building, and deployment processes.

Features

  • Automated testing with GitHub Actions
  • Continuous Integration and Continuous Deployment (CI/CD)
  • Deployment to a github page

Installation

To get started with the project, clone the repository:

git clone https://github.com/Shivamk4090/movie.git
cd movie

Install the necessary dependencies:

npm install

Usage

Run the application locally:

npm start

Run tests:

npm test