You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Domingo's Bearded Dragon store is an e-commerce website where users can purchase exotic reptiles and supplies. It was developed using PHP, SQL, HTML, CSS, and Javascript.
Installation Guide
Download the GuzmanDomingoPHP application as an executable JAR file.
Download beardeddragonstore.sql MySQL database dump as an SQL file.
Download and install a web server stack, like XAMPP or WAMP
Open XAMPP or WAMP Control Panel.
Start Apache and MySQL.
Open a web browser and go to PHPMyAdmin at http://localhost/phpmyadmin.
Create a new database named beardeddragonstore
Import your downloaded beardeddragonstore.sql file to the new database.
Open the GuzmanDomingoPHP application and go to the index.php file. Copy the link and paste it on your browser. Before hitting enter, replace the localhost port number on the link if yours is different. You are now ready to use the app!
Features
Now that the application is running, the user will be greeted with a log in menu. After the user creates his/her account and signs in, they will see the home page.
From here, the user can navigate to several different sections of the website:
Home - Goes back to the home page
Logout - Sign out and go back to the login screen
Products - Lists every item available for purchase in the store
Contacts Us - Lists points of contact when users need help, as well as a FAQ
OrderNow - Shopping cart where the user can see his/her cart and checkout
ManagerLogin - Part of the website where the manager can sign in. From there the manager can add, delete, and update items
** To sign in as the manager, the username is "Domingo" and the password is "password" **
Product List
Shopping Cart
Checkout
Contact Us
Manager Screen
Manager Screen - Adding Inventory
Contributions
Domingo's Bearded Dragon Store is an open-source project. I am committed to a fully transparent development process and would greatly appreciate any contributions. Whether you are helping to fix bugs, proposing new features, or improving documentation - I would love to have your contribution and/or feedback. Thank you for checking out my repository!