Skip to content

helderjs/ECommenrceStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce

It's a simple e-commerce case of study built on top of Symfony 2. It's using:

- MySQL as default database
- Redis as session storage
- Behat to behavior tests
- Composer to manage application dependencies

Instalation

$ git clone [git-repo-url] ecommerce
$ cd ecommerce
$ composer install
$ php app/console doctrine:database:create
$ php app/console doctrine:schema:create
$ php app/console doctrine:fixtures:load
$ php app/console server:run

Now just access the url 127.0.0.1:8000 in your browser.

Tests

$ ./bin/behat

About

A simple e-commerce case study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published