Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 268 Bytes

File metadata and controls

7 lines (6 loc) · 268 Bytes

How to Run the Project (Locally)

  1. Install XAMPP and start Apache + MySQL
  2. Clone this repo into C:/xampp/htdocs/
  3. Create a database named taskmanager in phpMyAdmin
  4. Import the database.sql file
  5. Visit http://localhost/taskmanager/ in your browser