Follow these steps to set up the project on your local machine:
Ensure you have XAMPP installed on your system. XAMPP is essential to run the PHP server and MySQL database.
- Open the
htdocs
directory in your XAMPP installation folder.- For example,
C:\xampp\htdocs
.
- For example,
- Clone this repository into the
htdocs
folder using the following command:git clone https://github.com/subiya-sultana/TaskManagementSystem.git
- Open the XAMPP Control Panel.
- Start the Apache and MySQL modules.
- Open phpMyAdmin in your browser.
- Create a new database named
taskmanagementsystem
. - Import the SQL file:
- Go to the Import tab.
- Select the
taskmanagementsystem.sql
file from thedatabase
directory in this repository. - Click Go to execute the import.
- Open your browser and go to:
- http://localhost/TaskManagementSystem
- Or directly access the homepage: http://localhost/TaskManagementSystem/index.php.
- You should now see the Task Management System running on your localhost.
To explore the project as an admin, use the following demo account credentials:
- Email: [email protected]
- Username: admin
- Password: admin
Feel free to test and explore the features of the project. Let me know if you encounter any issues!