The project is a social media application with the ability to add, delete, and share images with your friends. It is written in pure PHP using the Model-View-Controller (MVC) pattern. The application is placed into two Docker containers.
To launch the application, you need a Docker on your local machine. The docker-compose file will launch two containers. First is for the apache server with PHP, and the second is for MySQL database.
Note that apache server using the port 80
.
- Dowload the repository
- Go to root folder with the
Docker-compose.yml
- Run the
Docker-compose.yml
file
docker-compose up
- Open in your browser
http://localhost/main_project/welcomepage.php