deens / quincalla

Simple e-commerce site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quincalla

Quincalla is a minimal e-commerce site build with Laravel 5.2

Installation

  • Clone repository
  • Run composer
composer install
  • Migrations
php artisan migrate
  • Seeds
php artisan db:seed
  • Frontend
npm install yarn gulp -g
yarn install
gulp

Testing

  • Unit
vendor/bin/phpspec run
  • Functional
vendor/bin/phpunit
  • Acceptance
vendor/bin/behat

About

Simple e-commerce site.


Languages

Language:PHP 61.9%Language:HTML 36.7%Language:JavaScript 1.0%Language:Vue 0.2%Language:ApacheConf 0.2%