Skip to content

Commit

Permalink
Merge pull request #49 from Doriandarko/reorganize-flask-app
Browse files Browse the repository at this point in the history
Reorganize Flask app files into flask_app folder
  • Loading branch information
Doriandarko authored May 30, 2024
2 parents 156376c + b50d629 commit 5734b09
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,13 @@ The Flask app includes the following UI features:
- Basic styling for improved readability and user experience.

This integration aims to make the Maestro framework more accessible and user-friendly, providing an intuitive way for users to leverage the power of AI-assisted task breakdown and execution.

### Updated Instructions for Running the Flask App

To run the Flask app with the updated file structure, follow these steps:

1. Navigate to the `flask_app` directory.
2. Execute `python app.py` to start the Flask server.
3. Access the web interface by navigating to `http://localhost:5000/` in your web browser.

This update ensures that all Flask app-related files are neatly organized within the `flask_app` folder, simplifying the project structure and making it easier to manage.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5734b09

Please sign in to comment.