Follow the setup in each project to get things running first.
TestApi ./src/testapi/README.md
TestClient ./src/testclient/README.md
- Add a new page called Players to display in the head navigation after Home | About
- Add a new endpoint in the API to return a list of Players - a Player should have a username, date they join, email address ./players.json
- Display the list of users from the new endpoint on the client
Create a branch, named to identify yourself and push your solution.