Updating README.md File
هذا الالتزام موجود في:
25
README.md
25
README.md
@@ -4,6 +4,19 @@ A simple **RESTful API** built with Flask that manages fruits in a store.
|
|||||||
The project also includes **logging**, a **log monitoring script**, and **automated testing script**.
|
The project also includes **logging**, a **log monitoring script**, and **automated testing script**.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
## 📂 Project Structure
|
||||||
|
```
|
||||||
|
fruit-api/
|
||||||
|
│── fruit_api.py # Main Flask API
|
||||||
|
│── requirements.txt # Dependencies
|
||||||
|
│── Dockerfile # Docker support
|
||||||
|
│── log_monitor.sh # Log monitoring script
|
||||||
|
│── test_api.sh # Automated testing script
|
||||||
|
│── fruit_api.log # API logs
|
||||||
|
│── README.md # Documentation
|
||||||
|
│── .gitignore # Ignore venv/logs
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 📌 Features
|
## 📌 Features
|
||||||
- CRUD operations on fruits (`GET`, `POST`, `PUT`, `DELETE`)
|
- CRUD operations on fruits (`GET`, `POST`, `PUT`, `DELETE`)
|
||||||
@@ -151,15 +164,3 @@ docker run -p 5000:5000 fruit-api
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📂 Project Structure
|
|
||||||
```
|
|
||||||
fruit-api/
|
|
||||||
│── fruit_api.py # Main Flask API
|
|
||||||
│── requirements.txt # Dependencies
|
|
||||||
│── Dockerfile # Docker support
|
|
||||||
│── log_monitor.sh # Log monitoring script
|
|
||||||
│── test_api.sh # Automated testing script
|
|
||||||
│── fruit_api.log # API logs
|
|
||||||
│── README.md # Documentation
|
|
||||||
│── .gitignore # Ignore venv/logs
|
|
||||||
```
|
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم