Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Flask app with maestro-anyapi.py #47

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

Doriandarko
Copy link
Owner

@Doriandarko Doriandarko commented May 30, 2024

Related to #46

Implements a Flask app for the Maestro framework, providing a web interface for inputting objectives and displaying results.

  • Flask App Setup: Adds app.py to initialize the Flask app, define routes for handling GET and POST requests, and integrate maestro_anyapi.py functionality. This allows users to input objectives and view results through a web interface.
  • UI Implementation: Introduces a templates directory containing index.html for the objective input form and base.html for a common layout. Also adds a static/css/style.css file for basic styling, enhancing the user experience.
  • Documentation Update: Updates README.md with instructions for setting up and running the Flask app, and adds Flask to the requirements.txt file, ensuring users have all necessary information and dependencies to get started.

For more details, open the Copilot Workspace session.

@Doriandarko Doriandarko merged commit 0d455c6 into main May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant