Skip to content

DevKhris/storelle-ecommerce-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storelle

Storelle a proof of concept MVC Ecommerce App build with PHP, Javascript and AJAX

Features

  • Route middlewares for Auth/Session
  • Authetication, every accounts start with 100$ (artificial) per account
  • View Products and Images
  • Read/Write Reviews
  • Add/Remove product's to shopping cart and
  • Cart Checkout and Set shipping cost for checkout

This repo takes small and older pieces of RubyNight, is intended to be a test platform and should not be used in production.

Usage

  • Clone the repository

  • Import the SQL file to your DB

  • Change database configuration details in .\src\Core\database.php

  • Local Development Server : php -T 0.0.0.0:3000 -t public

  • Creating Schema: php bin/doctrine orm:schema-tool:create

  • Updating Schema: php bin/doctrine orm:schema-tool:update --force --dump-sql

Demo Account

username: admin
password: admin

About

E-Commerce technical test maded with php7, pure js and sql (currently migrating it to a viable PoC)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •