Running the Graphical Interface using FlaskΒΆ
To run the graphical interface locally using Flask, follow these steps:
Ensure you have Flask installed. You can install it using pip:
` pip install Flask `
Install MongoDB locally. Follow the instructions on the [MongoDB installation page](https://docs.mongodb.com/manual/installation/).
Navigate to the gui-flask directory containing your Flask application.
Run the Flask application:
` python flaskqwak.py `
Open your web browser and go to http://127.0.0.1:5000 to view the graphical interface.
There are plans to re-implement QWAK using Eel and create an executable from that.