Little store app built with PHP, Mysql, JQuery and Bootstrap. Its objective, is to use Session variable to create a cart where the visitor can put products to buy them.
- have a look on
DB/Connection.php - import DB
boutique.sql - You can load seeding data from
script.php(i set 100 products) - Run
$ php -S 127.0.0.1:80 -t ./in this directory to start the server.
🍕