A minimal full-stack project to learn CI/CD with GitHub Actions.
The backend is already built and tested. Your job: write the workflow.
github-actions-starter/
βββ backend/ β Express API (Node.js)
β βββ index.js β API routes + helper functions
β βββ index.test.js β Jest unit + integration tests
β βββ .eslintrc.json β ESLint config
β βββ package.json
βββ frontend/ β Plain HTML/CSS/JS UI
β βββ index.html
β βββ style.css
β βββ app.js