This guide will walk you through setting up and running the API project.
Ensure you have Python installed on your system. Then, install the necessary libraries by running the following commands:
pip install flask flask-cors flask-jwt-extended
pip install mysql-connector-python
pip install flask-restxTo start the application, navigate to the apiPart directory and execute the main script:
.\apiPart\app_main.py