AfriTeck Engineering Preview Environment Live Subdomain: development.afriteck.com
Developer Portal

Build fast, preview clearly, ship with confidence.

This landing page mirrors the AfriTeck visual direction while acting as a central gateway for development projects, path-based frontend previews, and backend API routes hosted under one subdomain.

Projects On This Environment

Each project gets a dedicated route (`/project-slug`) and optional API namespace (`/api/project-slug`) to keep frontend and backend integrations isolated.

Live

Photon Quest

React e-commerce experience previewed under this development domain.

Visit /photon-quest/
Planned

Next Sandbox Slot

Reserve this card for your next frontend deployment path and API gateway mapping.

Follow deployment checklist
Planned

Team Demo Space

Add internal demo builds here for QA and stakeholder review before production release.

Reuse API pattern

Routing & API Mapping

Frontend route and backend proxy route are intentionally parallel so each project has predictable URLs in both local and hosted environments.

Frontend Path https://development.afriteck.com/photon-quest/
Backend Path https://development.afriteck.com/api/photon-quest/

Deployment Checklist

Use this process whenever you add a new project under development.afriteck.com.

  1. Build with a path base, for example: npm run build -- --base=/photon-quest/.
  2. Place build output in /var/www/html/afriteck/afriteck-static-files/development.afriteck.com/photon-quest.
  3. Add/update Nginx blocks for /photon-quest/ and /api/photon-quest/.
  4. Run nginx -t then systemctl reload nginx.
  5. Validate both URL paths and API health endpoint response.