# COLORJET V2 Mobile UI Deploy Note

এই package-এ V2 mobile theme/UI follow করে নতুন Node.js mobile web app যোগ করা হয়েছে।

## Mobile URL

```text
https://api.colorjetbd.com/mobile
```

Alias:

```text
https://api.colorjetbd.com/admin-mobile
```

## App Root

cPanel Terminal/File Manager থেকে এই route-এ ফিরতে হবে:

```bash
cd /home/neellipto/api.colorjetbd.com/colorjet-node-api
```

## Node.js App Setting

| Field | Value |
|---|---|
| Application root | `colorjet-node-api` |
| Application URL | `api.colorjetbd.com` |
| Startup file | `server.js` |
| Mode | `Production` |

## Run Commands

```bash
npm install
npm run migrate
npm run check
npm start
```

cPanel UI হলে:

1. Setup Node.js App → Run NPM Install
2. Run JS Script → `migrate`
3. Restart App

## Mobile UI Modules

- Login
- First Owner Setup
- Owner KPI Dashboard
- Import/Warranty KPI
- Recent Warranty RMA
- Recent Import Shipments
- Create RMA
- Create Shipment
- Supplier Ledger Posting

## Important

- Logo is copied from uploaded original COLORJET assets only.
- No generated/recreated logo is used.
- No default password is included.
- `.env` file must be created manually on server.
