This project works with Laravel 10.x, PHP 8.1 or higher, and a MySQL database.
Follow these steps to set up the project:
-
Clone the repository and navigate to the directory:
git clone git@github.com:Fabdoc27/Ecommerce.git cd Ecommerce
-
Install the dependencies:
composer install
-
Create the environment file:
cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run the database migrations:
php artisan migrate
-
Start the development server:
php artisan serve