An open API service indexing awesome lists of open source software.

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 🔥

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