Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 907 Bytes

README.md

File metadata and controls

56 lines (35 loc) · 907 Bytes

Laravel e-commerce

Status

Laravel e-commerce project implementing Stripe's payment gateway.

We use Meilisearch as search engine.

View project

Technologies

Getting Started

Prerequisites

Installation

Clone repository:

git clone https://github.com/ocania/laravel-ecommerce.git
cd laravel-ecommerce

Create .env file and edit

cp .env.example .env

🚀 Start app

Execute script.sh:

./script.sh

App will be available on localhost:8089

🛑 Stop app

Stop docker:

docker-compose down