# Rehman Electronics API - Production Build

Deploy Instructions:
1. Upload this entire folder to server (e.g. rehman-api/)
2. Create .env file (copy from .env.example, add DB credentials)
3. SSH: cd rehman-api && npm install --production
4. Start: npm run start:prod (or Setup Node.js App in cPanel)
