Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rabea-al committed Dec 16, 2024
1 parent a509a24 commit d034fc3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,37 +70,30 @@ Starts the Flask application server, with options to configure debug mode, host
### FlaskDefineGetRoute Component:
Defines a GET route in the Flask application, linking it to specific actions or components to handle incoming requests.

<img src="https://github.com/user-attachments/assets/4b10d1e7-e98c-4a83-8816-6680de90f21b" alt="FlaskDefineGetRoute" width="200" height="75" />

### FlaskDefinePostRoute Component:
Defines a POST route in the Flask application, enabling execution of actions or components when POST requests are received.

<img src="https://github.com/user-attachments/assets/32974654-ec16-4a05-9962-91f40e1044df" alt="FlaskDefinePostRoute" width="200" height="75" />

### FlaskDefinePutRoute Component:
Defines a PUT route in the Flask application, linking it to specific actions or components for handling PUT requests.

<img src="https://github.com/user-attachments/assets/07b6592b-ca8e-4e3b-9030-882776ba6fb5" alt="FlaskDefinePutRoute" width="200" height="75" />

### FlaskRenderTemplate Component:
Renders dynamic HTML templates with the ability to pass variables for personalized content delivery.

<img src="https://github.com/user-attachments/assets/cf1332f3-3a31-46a7-a75d-9defc33374a0" alt="FlaskRenderTemplate" width="200" height="100" />

### FlaskReturnStringResponse Component:
Sends a plain text response to the client, ideal for returning simple messages or lightweight API data.

<img src="https://github.com/user-attachments/assets/9582fee6-5b69-4970-a868-2ff20694f08d" alt="FlaskReturnStringResponse" width="200" height="75" />

### FlaskReturnJSONResponse Component:
Returns structured JSON data, making it essential for APIs or applications requiring client-side data parsing.

<img src="https://github.com/user-attachments/assets/5bd6e724-281a-4ffb-8c28-68fedf9d61b6" alt="FlaskReturnJSONResponse" width="200" height="75" />

### FlaskRedirect Component:
Redirects users to a different URL, enabling seamless navigation and flow control within the web application.

<img src="https://github.com/user-attachments/assets/bc6370ce-ad92-4fc9-b3f3-1dec52312df8" alt="FlaskRedirect" width="200" height="75" />

## Try the Examples

Expand Down

0 comments on commit d034fc3

Please sign in to comment.