This repo contain the un-finished fake store for testing PHP library
- MySQL
- PHP
- HTML
- PHP Mailer
- P2F
To get started with this project, follow the steps below:
- Install MySQL on your local machine.
- Create a new MySQL database for the project.
- Import the project's database schema into your MySQL database.
- Install PHP on your local machine.
- Install Composer on your local machine.
- Clone the project's source code from the repository.
- Run
composer install
to install the required PHP libraries. - Configure the project's database connection settings in the PHP code.
- Run the project's PHP code using a local server.