Interviewing people!
Run the RestApi solution from Visual Studio or VS Code and visit http://localhost:56498/swagger/index.html to use the debugger/page.
Write some endpoints for CRUD methods so that we can add people to a fake database and get back an org chart of users and their relationships to managers. Note that our FakeDatabase is not writing to disk, but to memory, so any Post/Put/Patch method data should be saved so that we can see your work.
- Repo owner or admin