First, clone the repository and navigate into the project directory using the following commands:
git clone [repository url]
cd ExpenseEase360
Run 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.py
or
python3 setup.py
To stop the processes, press Ctrl + C in both terminals: