╔══════════════════════════════════════════════════════════════╗
║           NISCOM PAYROLL               ║
╚══════════════════════════════════════════════════════════════╝

========================
frontend/
  index.html          — React app entry point
  assets/             — compiled JS, CSS, images
  .htaccess           — Apache routing + API proxy rules

backend/
  payroll.jar         — compiled Spring Boot application
  application.properties — server config (edit email password here)
  start.sh            — start the backend
  stop.sh             — stop the backend
  keepalive.sh        — auto-restart script (used by cron)

README.txt            — this file


REQUIREMENTS (confirm with hosting provider before starting)
=============================================================
  ✓ SSH access enabled for the account
  ✓ Java 17 or 21 installed on server
  ✓ Subdomain payroll.niscom.in created in cPanel
  ✓ SSL certificate issued for payroll.niscom.in (use AutoSSL)
  ✓ Apache mod_proxy enabled (needed for API routing)
  ✓ Outbound port 465 not blocked (for email sending)