Rearranges the Flask app files into a dedicated flask_app folder and updates the README.md with new instructions for running the Flask app.
File Structure Changes: Moves app.py, requirements.txt, static/css/style.css, templates/base.html, and templates/index.html into a newly created flask_app folder. This reorganization aligns with the goal of having all Flask app-related files in a single directory for better project structure and management.
README.md Update: Modifies the instructions for running the Flask app to reflect the new file locations within the flask_app folder. This ensures users are correctly guided on how to start the Flask server after the reorganization.
Related to #48
Rearranges the Flask app files into a dedicated
flask_app
folder and updates the README.md with new instructions for running the Flask app.app.py
,requirements.txt
,static/css/style.css
,templates/base.html
, andtemplates/index.html
into a newly createdflask_app
folder. This reorganization aligns with the goal of having all Flask app-related files in a single directory for better project structure and management.flask_app
folder. This ensures users are correctly guided on how to start the Flask server after the reorganization.For more details, open the Copilot Workspace session.