If you prefer to use the hosted version of the project, you can access it through either of the following URLs:
https://mm-hch9are8dudugmbp.canadacentral-01.azurewebsites.net
These domains point to the deployed version of Meat Meals, providing the full functionality of the application.
======================================= Instructions for Running the Meat Meals Project
To set up and run the Meat Meals project, follow these steps:
Prerequisites Ensure you have the following installed on your machine:
Python: Version 3.11.9
Required Python frameworks:
Flask==3.1.0
pyodbc==5.2.0
requests==2.32.3
Werkzeug==3.1.3
gunicorn==23.0.0
You can install the required frameworks using the following command in your terminal or command prompt:
pip install 'framework-name==version'
Setting Up the Project Download the Project Download all project files to your local machine and ensure they are stored in a designated project directory.
Navigate to the Project Directory Open your terminal or command prompt and navigate to the project folder using:
cd 'your-project-file-location'
Run the Application Locally To launch the project in debug mode, execute:
python app.py
Once running, open a browser and go to: http://localhost:5000/
This will allow you to interact with the project locally.