/eBuy_laravel

This is an E-commerce System developed using Laravel framework with PHP

Primary LanguageCSS

E-Commerce System

Technology Stacks and used for the System

  • PHP
  • Laravel Framework
  • Bootstrap
  • MySQL

Set up the project

1. Clone the repository:

git clone https://github.com/ManulaGunatilleke/eBuy_laravel.git

2. Install dependencies:

npm install 

3. .env file configurations:

  • APP_NAME="ebuy"
  • DB_DATABASE=ebuy

Note: change your password accordingly

4. Run the app:

php artisan serve
npm run dev

6. View the app:

open the it using local host and the relevant port.