Simple online shopping system developed as part of PHP bootcamp within 16 hours.
- Install XAMPP or WAMPP.
- Open XAMPP Control panel and start [Apache] and [MySQL] .
- Download project from github (https://github.com/ytanne/ft_minishop).
- Insert credentials of your database in php/dbmanipulate.php.
- Run
php -f install.php && php -S localhost:8080(*or any other port you wish). - Open localhost page in your browser to see the result.
The work that was done in this project:
- Databases including all items were created.
- User management and authentication was established.
- Basket management was implemented to store and evaluate the total price of goods.
- Simple landing page of e-commerce shop was build.
Thanks for attention!

