Example PHP Application is a PHP-based project developed to showcase a sample PHP application. This project is Dockerized to ensure streamlined development, and deployment. The source code is hosted on GitHub.
- Docker
- Docker-Compose
- Git
- PHP (if running outside Docker)
- Mysql (if running outside Docker)
To get started with the Example PHP Application, clone the repository to your local machine using the following command:
git clone https://github.com/srustamov/example-php-application.git
cd example-php-application
Once you have cloned the repository, navigate to the project directory and run the following commands to build and run the Docker container:
docker-compose build
docker-compose up -d