This project is a simple e-commerce system built in PHP, aimed at providing a platform for practicing and improving backend development skills.
- PHP 8.0 or higher
- Docker
To set up the project, follow these steps:
git clone https://github.com/jenkem1337/e-commarce.gitNavigate to the project folder and execute the following command to set up the necessary environment using Docker:
php DockerComposeSetup.phpOnce the setup is complete, run the following command to start the application:
docker compose upThis will launch the application in a Docker container, and you can access it through your local server.