Frikh-Said / LSI-COMMERCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSI E-COMMERCE WITH SYMFONY

The Web E-commerce Site is a fully functional online shopping platform built using the Symfony framework, Twig templating engine, Bootstrap for styling, MySQL database for data storage, and PHPMyAdmin for managing the database.

This e-commerce site offers a user-friendly interface for customers to browse and purchase products. Users can easily navigate through various product categories, view detailed product information, and add items to their shopping cart. The checkout process allows customers to review their orders and securely complete their purchases.

The site also includes an administration panel that enables site administrators to manage products, categories, and orders. Administrators can add new products, update existing ones, organize products into categories, and track orders placed by customers.

With the integration of PHPMyAdmin, database management becomes convenient and efficient. Administrators can directly access the MySQL database through PHPMyAdmin to perform tasks such as managing tables, executing SQL queries, and making database modifications.

The Web E-commerce Site provides a comprehensive solution for building and running an online store. It offers a smooth shopping experience for customers and efficient management tools for administrators, making it an ideal choice for businesses looking to establish an e-commerce presence.

Contributors

The following individuals have contributed to the development of this application:

Some Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

How to Use

  1. Clone the repository using the following command:
git clone https://github.com/Frikh-Said/LSI-COMMERCE.git

2.Install the dependencies using Composer:

composer install

3.Create the database by running the following command:

php bin/console doctrine:database:create

4.Execute the database migrations and update the database schema:

php bin/console doctrine:migrations:migrate

5.Start the development server:

symfony server:start

Enjoy!

About


Languages

Language:PHP 64.6%Language:Twig 35.4%