Helpful Commands Start Backend cd backend make install - installs all dependencies make start - starts api Start Frontend cd frontend installs all dependencies npm install npm i react-router-dom npm i react-icons npm start - starts frontend