DylanDelobel / CSGOFactory

πŸ›’ E-Commerce Project to learn the Symfony framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSGOFactory Application

Codacy Badge

The "CSGOFactory Application" created to learn the Symfony framework

Symfony 3 Standart Edition based eCommerce project.

Requirements

  • PHP 5.5.9 or higher

Installation

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then run the following commands:

composer self-update
composer update
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force

You can load some data if you want:

php bin/console doctrine:fixture:load

Two account are initialized with the fixture

  • user/user
  • admin/admin

About

πŸ›’ E-Commerce Project to learn the Symfony framework

License:MIT License


Languages

Language:PHP 49.1%Language:HTML 42.0%Language:CSS 7.2%Language:ApacheConf 1.5%Language:JavaScript 0.2%