Implement typical request actions for - [x] getting all employees - [x] getting employee by id - [x] posting new employee - [x] replace employee by id - [x] delete employee by id - [x] throw runtime exception if id was not found - [x] appropiate rendering for runtime exception
Implement typical request actions for