SETTING UP THE BACKEND
Setting Up the Backend (PHP CodeIgniter)
Import the MySQL Database
1. Open phpMyAdmin (http://localhost/phpmyadmin/)
2. Create a new database:
- Database Name: your_database_name
3. Import the SQL file:
- Go to Import, upload the provided your_database.sql file, and click Go.