Open source and web final project. PHP website.
The website is built and developed using the Laravel and [MySQL]
used MAMP solution: Laravel 5.7, PHP 7.4 , MySQL 5.7
git clone https://github.com/lamhungypl/eshopping.git your-folder-name
cd your-folder-name
composer install
Setup your data base username, password, dbname, port. See .env.example
php artisan migrate
(Sample data in database.sql
)
php artisan serve
This starts up the local project on http://localhost:8000 as default Apache port.
Admin page located on http://localhost:8000/admin
EShopper-Storefront, Matrix-Admin