Web application designed using PHP, HTML, SQL & Bootstrap
These instructions will help you set up the project on your local machine
Install one of the local servers listed below to setup the environment for databases
WAMP | LAMP | MAMP | XAMPP
To install the database with test data visit the sql directory for the .sql files
-> mysql -u [username] -p;
Install entire database
-
Install photo_auctions.sql:
-> source photo_auctions;
Install each script separately
-
Install Create_Table_Member.sql:
-> source Create_Table_Member.sql;
-
Install Entry_List.sql:
-> source Entry_List.sql;
-
Install Project_1_image_values.sql:
-> source Project_1_image_values.sql;
For the following commands, exit the MySQL monitor:
mysqldump -u [username] -p [database] > db_project_backup.sql
mysql -u [username] -p -h localhost [database] < db_project_backup.sql
Use the account information below to surf the web app
Email: visualsofupal@gmail.com
Password: vou123
Email: j@nw.got.com
Password: j123