Skip to content

Martin6363/e_commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce

Installation

Install the dependencies and devDependencies and start the server.

git clone https://github.com/Martin6363/e_commerance.git

Frontend


cd frontend
npm i OR npm install
npm run dev

Backend


cd backend
cp .env.example .env   OR   copy .env.example .env
composer install OR composer update
php artisan key:generate
php artisan storage:link

Run Database


Open OsPanel OR XAMPP run mysql server

php artisan migrate
php artisan db:seed
php artisan app:update-exchange-rates  ##Load updated exchange rates into the database
php artisan serve

Some pictures


image alt image alt image alt image alt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •