Introduction here
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.
=======================================
To set up and run the Meat Meals project, follow these steps:
Ensure you have the following installed on your machine:
Python: Version 3.11.9
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'
Download all project files to your local machine and ensure they are stored in a designated project directory.
Open your terminal or command prompt and navigate to the project folder using:
cd 'your-project-file-location'
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.