Skip to content

LeikoDmitry/online-shop

Repository files navigation

Open source shop

This is an open-source project for an online shop. The project is built using PHP and MySQL

Getting Started

To get started with the project, follow these steps:

Clone the repository: git clone https://github.com/LeikoDmitry/online-shop.git
Install the dependencies: composer install
Start the server: docker compose up -d

Features

The project offers the following features:

User authentication: Users can create an account and log in to the website.
Product catalog: Users can browse the product catalog and add items to their cart.
Shopping cart: Users can view their shopping cart and checkout.
Order history: Users can view their order history.

Contributing

Contributions are welcome! If you would like to contribute to the project, follow these steps:

Fork the repository.
Create a new branch: git checkout -b my-new-feature
Make changes and commit them: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature
Create a new pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.