https://github.com/stynw7/programming-for-business-qualification
Software Laboratory Center (SLC) BINUS University Post Training - Programming for Business Qualification 🔥
https://github.com/stynw7/programming-for-business-qualification
css html javascript mysql php sql xampp
Last synced: 2 days ago
JSON representation
Software Laboratory Center (SLC) BINUS University Post Training - Programming for Business Qualification 🔥
- Host: GitHub
- URL: https://github.com/stynw7/programming-for-business-qualification
- Owner: StyNW7
- Created: 2025-06-05T14:23:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T08:12:14.000Z (about 1 year ago)
- Last Synced: 2025-10-13T19:19:12.535Z (9 months ago)
- Topics: css, html, javascript, mysql, php, sql, xampp
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming for Business - Qualification
First please run XAMPP Control Panel
1. Start Apache
2. Start MySQL
3. You can open the MySQL Admin Panel from XAMPP
Setup Database
1. Create Database and name it "task_manager" or depend on the $dbname at ./config/database.php file (make sure the database you created and use in the config is the same) -> or you can skip this part and just go to the next step using init.sql
2. To make the database, tables, and seeding you can use the ./sql/init.sql file and run it in the database that you already created in previous step (your database name is task_manager)
To run server:
1. php -S localhost:8000
Created by: Stanley Nathanael Wijaya, NW25-1