A simple e-commerce store built with PHP and MySQL.
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Docker and Kubernetes for deployment
Copy .env.example to .env and set the following variables:
DB_HOST: MySQL hostDB_NAME: Database nameDB_USER: Database userDB_PASSWORD: Database password
- Clone the repository
- Copy
.env.exampleto.envand configure - Build the Docker image:
docker build -t php-store . - Deploy to Kubernetes:
helm install ecommerce-store ./helm