← back to Hospitalitydesignreps

README.md

30 lines

# hospitalitydesignreps.com

Hospitality design sales-rep directory. Independent reps and showroom agencies covering U.S. boutique hotels, hotel brands, resorts, casinos, cruise lines, F&B, and spa interior design.

## Stack

- Express + EJS (slim, no DB at MVP)
- Seed data in `data/reps.json` (40 reps, hospitality-vertical focus)
- pm2 port 9927 on Kamatera
- GA4 `G-M79CJBLRFH`

## Run locally

```bash
npm ci
npm start          # → http://localhost:9927
```

## Deploy

Rsync to `root@45.61.58.125:/root/Projects/hospitalitydesignreps/`, then:

```
npm ci
pm2 start server.js --name hospitalitydesignreps
pm2 save
```

nginx vhost at `/etc/nginx/sites-enabled/hospitalitydesignreps.com` proxies port 9927.