Here is my server.js file. Using express, I have successfully rendered the list.html and css files on my server. However, I am encountering an issue when trying to navigate from list.html to other html files by entering localhost:8080. Specifically, I am having trouble moving to write.html, edit.html, and view.html after accessing list.html via localhost:8080. Can someone please provide guidance on how to accomplish this?
Despite conducting various searches on Google, I have been unable to find a solution that meets my requirements. My ultimate goal is to create a crud bulletin board, with my initial objective being the seamless navigation between different html forms. Any assistance in achieving this would be greatly appreciated.