Currently. the student data in the dashboard is populated from a mock API endpoint that Classroom App runs (using the "npm run mock-fcc-data" command)
We would instead like to fetch this data directly from freeCodeCamp Proper via their API endpoint. To complete this issue, you will need to do the following:
- Create the API endpoint within freeCodeCamp Proper
- Update Classroom App to fetch from the new API endpoint.