- start xampp
- clone dir under
htdocs/textbook_buddy - Go to phpmyadmin
localhost - create db called
textbook_buddy - import sql from
resources/textbookBuddy.sql. THEN importresources/items.sql- I periodically update these from time to time
- if you want to add data, put it under
resources/items.sql
- Go to
includes/dbconnect.phpand change line 6 to your password - Open website in browser with link
http://localhost/textbook_buddy
- Add more fake data,
- Login
account/account.php - Upload
catalog/uploadBooks.phpall book img will be located under resources/bookIMG in formatsubject-10randomDigits.ext. Using the form will do that for you - Then in phpmyadmin, go to
textbook_buddy -> books -> export, and copy and paste things under INSERT INTO `books` into `items.sql`
- Login