To the backend running, execute the following commaznd in the /backend directory.
nodemon server
To get the frontend running, execute the following in /frontend.
npm run dev
You can access the UI at localhost:3000
and the backend is hosted on localhost:8000