I bought frontend and backend.
I want to know how to debug frontend and backend with vscode.
First, I want to see the backend description document. How can I access Github? My GitHub username is: opechaudry.
Currently, I am performing "start:backend" on the frontend and "start:dev" on the backend. but it does not work. The 8080 port is enabled on the server, and when I access it, it says Cannot GET /.
In addition, where should the frontend folder be located for backend to work properly?