Skip to content

juananrey/shoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping cart

Pick some products and add / delete them. Made with <3 using Symfony3 and Bootstrap

Requirements

Installation

$ git clone https://github.com/juananrey/shoppingCart.git
$ cd shoppingCart/
$ composer install --no-interaction

Usage

There is no need to configure a virtual host in your web server to access the application. Just use the built-in web server:

$ cd shoppingCart/
$ php bin/console server:start

This command will start a web server for the Symfony application. Now you can access the application in your browser at http://localhost:8000.