Running the Backend:
Make sure you create a virtual environment by running the following commands (I used the PowerShell Terminal): python -m venv venv venv\Scripts\activate
Then, install the needed libraries through the requirements.txt file: pip install -r requirements.txt
Run the File: python server.py