Prop-er to run the application Frontend: cd client npm i npm start Backend: cd server python -m venv env source env/bin/activate pip install -r requirements.txt flask run