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.
The Movie Project is designed to showcase the integration of CI/CD pipelines using GitHub Actions. It includes automated testing, building, and deployment processes.
- Automated testing with GitHub Actions
- Continuous Integration and Continuous Deployment (CI/CD)
- Deployment to a github page
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
Run the application locally:
npm start
Run tests:
npm test