An e-commerce furniture website with user authentication
This website was created using the following languages
- HTML
- CSS
- Javascript
- PHP
- MySQL
There are numerous pages on the website depicting different furnitures CSS has been used to enhance user experience such as hover transitions
User authentication has been done using MySQL database
PHP unit testing has been done to check the conformity of the working website. These unit tests can be run by following these steps:
Clone this repository and then run Composer:-
composer install
You will then be able to run the unit tests using:-
./vendor/bin/phpunit