From ffc706abedf70acd22e12679c6d5277a87c5a047 Mon Sep 17 00:00:00 2001 From: Toddeh Alexander <56146543+toddehalexander@users.noreply.github.com> Date: Thu, 2 May 2024 12:57:41 -0700 Subject: [PATCH] Update README.md --- README.md | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index ab39acb..e5b73d6 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,6 @@ Your GIF

- -## Service Ports - -### PHP Runtime Service - -- **Container Port**: 8000 -- **Host Port**: 8000 -- **Description**: Exposes the PHP runtime environment for hosting PHP web applications. - -### Database Service (MySQL) - -- **Container Port**: 3306 -- **Host Port**: 3306 -- **Description**: Exposes the MySQL database server for storing and managing application data. - -### Adminer Service - -- **Container Port**: 8080 -- **Host Port**: 8080 -- **Description**: Exposes Adminer, a web-based database management tool, for interacting with the MySQL database through a web interface. - ## How to Run 1. Navigate to the `backend` folder of **this** project in your terminal: @@ -52,4 +31,26 @@ - Click on `image_table` from the list of tables. - Select `Select data` to see the uploaded files information. +## Service Ports + +### PHP Runtime Service + +- **Container Port**: 8000 +- **Host Port**: 8000 +- **Description**: Exposes the PHP runtime environment for hosting PHP web applications. + +### Database Service (MySQL) + +- **Container Port**: 3306 +- **Host Port**: 3306 +- **Description**: Exposes the MySQL database server for storing and managing application data. + +### Adminer Service + +- **Container Port**: 8080 +- **Host Port**: 8080 +- **Description**: Exposes Adminer, a web-based database management tool, for interacting with the MySQL database through a web interface. + + + **To be continued**