WebStorePro is an e-commerce web application built with Symfony framework.
- Shopping cart: Add products to the shopping cart, adjust quantities, and proceed to checkout.
Follow these steps to install and run the application:
- Clone the repository:
git clone https://github.com/szymon-cieszynski/WebStorePro.git
- Install dependencies:
composer install
- Set up the database configuration in the
.env
file. - Create the database:
php bin/console doctrine:database:create
- Run database migrations:
php bin/console doctrine:migrations:migrate
- Load sample data (optional):
php bin/console doctrine:fixtures:load
- Start the development server:
symfony serve -d
- Access the application in your web browser:
http://localhost:8000
- Browse the products, add items to the cart, and proceed to checkout.
- Customize the application by modifying the templates, stylesheets, and controllers.
Contributions are welcome! If you find any issues or have suggestions for improvement, please submit an issue or a pull request.
This project is licensed under the MIT License.
For any inquiries or questions, please contact me at [email protected]
Enjoy using WebStorePro!