/timedoor-test-2024

in this project, I created a simple web bookstore.

Primary LanguagePHP

Hi! I'm Muhammad Rafli Baihaqi

I am an 8th-semester student at Udayana University majoring in Computational Mathematics.

in this project, I created a simple web bookstore. To run it, you need to install PHP 8.1 and Composer 2.6.5 and follow these steps

  1. Clone this repository
  2. go to the root folder
cd /timedoor-test-2024
  1. install some dependencies with the following command
composer install
  1. generate dummy data with the following command
php dummy.php
  1. run the server with the following command
php -S 127.0.0.1:8000

then open the web page on http://127.0.0.1:8000 or http://localhost:8000