Your server is up. Run the four steps below, then upload the React build to finish setup.
cPanel → MySQL Databases. Create a database and user (both named momentum). Grant ALL PRIVILEGES.
cPanel → phpMyAdmin → select your database → SQL tab. Paste the contents of install.sql and click Go. Re-runnable — won't overwrite data.
api/db.phpUpdate DB_NAME, DB_USER, DB_PASS, and ALLOWED_ORIGINS with your real credentials and domain.
Build the Momentum app with Vite (npm run build). Upload the contents of dist/ into public_html/. This index.html will be replaced by the real app.
install.sql from public_html and consider removing api/ping.php.