A simple web app that serves random motivational DevOps quotes using a Node.js + Express API backend and a static frontend hosted on GitHub Pages.
- π Frontend: https://harrygayla.github.io/devops-quote-app/
- π Backend API: https://devops-quote-app-production.up.railway.app/api/quote
- π» Frontend: HTML, CSS, JavaScript
- βοΈ Backend: Node.js, Express
- π Deployment:
- GitHub Pages (Frontend)
- Railway (Backend)
- π― Get a random DevOps quote on page load or button click
- π Fully dynamic API-based quote fetching
- π§© CORS configured for frontend-backend integration
cd backend
npm install
node server.js


