In order to run the application properly, you will need to install and run the frontend and backend applications separately.
1) Open a terminal, move to the backend folder, run the command below and keep open the terminal.
cd backend && npm install && npm start
2) Open a new terminal, move to the frontend folder, then run the command below and keep the terminal open.
cd frontend && yarn install && yarn start