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
- Clone this repository
- go to the root folder
cd /timedoor-test-2024
- install some dependencies with the following command
composer install
- generate dummy data with the following command
php dummy.php
- 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