Modify existing frontend views to take course id as a prop, and send course id as part of all api requests
The current solution would be to simply pass the course id as a prop to App.jsx. Instead of (current) App.jsx being rendered initially, the course page could be rendered, which upon selection of a course passes the course id as a prop to App.jsx and renders it.