You can try here: https://furniture-shop.up.railway.app/
- Install Composer
- Install Xampp (PHP version >= 8.2.0)
-
Clone the repository:
git clone https://github.com/lequanphat/furniture_shop.git
-
Change to the project directory:
cd furniture_shop
-
Install Composer dependencies:
composer install
-
Create database:
Create MySQL Database with name: furniture_shop
-
Run database migrations:
php artisan migrate
-
Run database seeders:
php artisan db:seed
-
Link storage directory to public:
php artisan storage:link
-
Run the application:
php artisan serve
Navigate to the specified URL in your browser to access the application.