Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 595 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 595 Bytes

Ecommerce

Introduction

This is a simple ecommerce application.

Requirements

php >= 8.0.2
laravel >= 9.19

Installation

composer install
npm install
npm run build

Configuration

Create database called "ecommerce" as database name in .env file

.env

MAIL_USERNAME=
MAIL_PASSWORD=
GOOGLE_CLIENT_ID=
GOOGLE_SECRET=

migrate and seed

php artisan migrate --seed

start server

php artisan serve

Testing

php artisan test