This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GitHub Actions CI/CD Setup | |
The application is built using the MERN stack, which includes MongoDB, Express.js, React, and Node.js. Using a fully functional Tech Quiz app as a base, I will implement Continuous Integration (CI) and Continuous Deployment (CD) practices. These are standard approaches to maintaining code quality, ensuring consistency, and automatically deploying the latest code once it passes all checks and is merged into the main branch. | |
## GitHub Actions Workflow | |
- **CI Phase** | |
- Trigger: On push or PR to `main` | |
- Runs: ESLint, tests via Cypress, build checks |