Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 641 Bytes

playerlands-techtest

Development setup

Follow the setup in each project to get things running first.

TestApi ./src/testapi/README.md

TestClient ./src/testclient/README.md

Task

  1. Add a new page called Players to display in the head navigation after Home | About
  2. 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
  3. Display the list of users from the new endpoint on the client

Submission

Create a branch, named to identify yourself and push your solution.