- Clone this repository
- Create a branch for each task starting with the number of the task
- Publish the repository online
- Implement the missing methods for the UserRepository
- Use the repository in the UserController in order to perform CRUD operations described
- Setup response codes accordingly and decorate the controller with the necessary attributes
- Create a Logger and use the logger in at least one UserController Action
- Unit test the UserRepository