- Install XAMPP (Apache + MySQL)
- Start Apache and MySQL in XAMPP Control Panel
- Copy the 'ims' folder into C:\xampp\htdocs\
- Open http://localhost/phpmyadmin
- Create a new database named: ims_db
- Import these SQL files IN ORDER:
- sql/01_schema.sql
- sql/02_sample_data.sql
- sql/03_views_indexes.sql
- sql/04_extra_data.sql
- sql/05_alter_companies.sql
- Open includes/db.php and set: $host = 'localhost'; $db = 'ims_db'; $user = 'root'; $pass = ''; ← blank for default XAMPP
- Visit: http://localhost/ims/
- Login with: admin / password123
Sohaibcodecrafter/Internship-Management-System
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|