I already have the full front-end of my website live on Hostinger; now I need the server-side foundation put in place. The job centres on designing and deploying a MySQL database inside my existing Hostinger hosting account and wiring it to the front-end code. Scope of the data The tables will hold user information, product inventory, transaction records and balance history, with room to extend the schema later. I can share an ER-diagram sketch of what I have in mind, but I’m happy to refine field names and relationships together. Key requirements • Clean, well-indexed MySQL schema created directly in the Hostinger panel or via phpMyAdmin • Connection logic written in PHP (or Node.js if you prefer—my hosting supports both) so the front-end can perform standard CRUD operations • User authentication integrated at database level and in the API endpoints • Automated regular backups configured through Hostinger’s tools or a lightweight script Deliverables 1. SQL dump and migration instructions 2. Connection/config files ready to drop into my codebase 3. Short README covering environment variables, backup routine and any admin credentials Acceptance criteria – Front-end pages load and can read/write sample records without errors – Authentication blocks unauthorised access to protected routes – Backup task runs on schedule and stores a downloadable copy Everything must run on the current Hostinger environment, so please keep any external dependencies minimal and clearly documented.