I have a fully-coded dynamic Node.js website sitting in a Git repository and a fresh Hostinger account waiting for it. Your task is to push the project live, make sure it stays up, and guide me through the bits of database configuration I still need help with. Scope • Server setup: create the right Node.js environment on Hostinger (correct Node version, npm install, production build, SSL via Let’s Encrypt, pm2 or an equivalent process manager). • Code transfer: pull from Git, configure environment variables, and set up an automated deployment path so future updates are painless. • Partial database assistance: the schema and credentials are ready; I need you to connect the site to the hosted database, run any required migrations, and show me how to back it up. • Testing & hand-off: confirm that all routes, API calls, and dynamic pages load correctly from the public URL, then document the key steps so I can repeat them if needed. Acceptance criteria 1. Public URL responds over HTTPS with no 5xx errors. 2. npm scripts run without warnings in production mode. 3. Database connection string is live and verified by at least one test entry. 4. Short deployment guide delivered in Markdown. Tools you’re likely to touch include Hostinger hPanel, SSH, Git, Node.js, npm, and possibly pm2. If another tool does the job better, I’m open. Once everything is stable, we can discuss ongoing support, but for now the goal is a clean, working deployment.