Update README.md

This commit is contained in:
Toddeh Alexander 2024-05-02 12:57:41 -07:00 committed by GitHub
parent 55611bcef6
commit ffc706abed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,27 +5,6 @@
<img src="https://github.com/toddehalexander/Imgur-Clone/blob/main/assets/usecase.gif" alt="Your GIF"> <img src="https://github.com/toddehalexander/Imgur-Clone/blob/main/assets/usecase.gif" alt="Your GIF">
</p> </p>
## 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 ## How to Run
1. Navigate to the `backend` folder of **this** project in your terminal: 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. - Click on `image_table` from the list of tables.
- Select `Select data` to see the uploaded files information. - 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** **To be continued**