First, clone the repository and navigate into the project directory using the following commands:
git clone [repository url]
cd ExpenseEase360Run the command below in two separate terminals. In the first terminal, select f for the frontend, and in the second terminal, select b for the backend.
python setup.pyor
python3 setup.pyTo stop the processes, press Ctrl + C in both terminals:
