To run on your local server:
To run the backend the developer use Python 3.11.9 (recommended) or you can use Python 3.8 above
Go to the backend folder then install the requirements by:
pip -m install -r requirements.txt (adjust your pip.exe version (every python version sometimes has a different pip installing guide))
Run the: py server.py
and for the frontend:
Go to the frontend folder then install the packages by:
npm install (make sure node.js is installed)
Run the: npm run dev