OpenEdu (It takes a while for the website to appear, but it's there!)
If you haven't installed Python on your computer, install Python 3.12
Install the Python extension by Microsoft in VSCode
Open up the command palette by pressing CTRL + Shift + P
and select/search for Python: Create Environment...
Open the terminal by pressing CTRL + ` and ensure that (.venv) is what is beside the project directory path in the terminal.
Run the commands:
pip install flask
pip install mysql-connector-python
You should be good to go! To develop locally and see what the website looks like, enter the command: flask --app app.py --debug run