# AMRALAB CMS - One-Click Deployment

## Extract and Done! 

This zip is structured to match your `public_html` folder exactly.

### Steps:

1. **Go to cPanel File Manager**
   - Navigate to `public_html/`

2. **Delete the old backend ONLY:**
   - Delete: `amralab-cms` folder

3. **Upload this zip:**
   - Upload `amralab-READY.zip` to `public_html/`

4. **Extract:**
   - Right-click → Extract
   - It will create `amralab-cms/` in the right place

5. **Restart Node.js:**
   - cPanel → "Setup Node.js App"
   - Click STOP then START

6. **Test:**
   - Visit: https://amralab.com/api/health
   - Should return: `{"status":"ok"}`

## Done!

Your backend is fixed with:
- ✅ Only 4 API routes (no unnecessary modules)
- ✅ No Supabase errors
- ✅ Settings API works
- ✅ Jobs API works
- ✅ Applications API works

No moving files. No confusion. Just extract and restart.
