Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 832 Bytes

storee

Storee is a simple e-commerce website featuring a cart and a complete payment system using Stipe Payments.

👉 Live demo

image image image

technologies

  • Symfony 5
  • Bootstrap 4

Requirements

  • Composer

Prod (deployment)

  1. Set .env variables in a .env.local file

  2. Run commands:

composer install -n
  1. Update src/Config.php

Usefull commands

  • Clear cache on prod: cache:clear --env=prod --no-debug