Assignments 2 in DBS semester 221
- Username: sManager
- Password: shop01
There are 3 different folders:
- docu: document and report for the assignment
- database: the database for the requirement/application
- show: the source code for the application
- Step 1: Download XAMPP via this link: https://www.apachefriends.org/download.html
- Step 2: After download successfully, copy
show
folder tohtdocs
folder in your machine - Step 3: Run XAMPP machine. Make sure it function properly as image below
- Step 4: Go to localhost/phpmyadmin and create database
reality_show
. Then copy the code fromreality_show.sql
to the databasereality_show
you have just create. Make sure you have unchecked theEnable foreign key checks
as the image below: - Step 5: Go to localhost/show to view our application