Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 695 Bytes

PHP-WEBSITE

This repo contain the un-finished fake store for testing PHP library

Technologies Used

  • MySQL
  • PHP
  • HTML
  • PHP Mailer
  • P2F

Setup

To get started with this project, follow the steps below:

  1. Install MySQL on your local machine.
  2. Create a new MySQL database for the project.
  3. Import the project's database schema into your MySQL database.
  4. Install PHP on your local machine.
  5. Install Composer on your local machine.
  6. Clone the project's source code from the repository.
  7. Run composer install to install the required PHP libraries.
  8. Configure the project's database connection settings in the PHP code.
  9. Run the project's PHP code using a local server.