You will be creating an API to manage employee data at Dunder Mifflin.
- The user can CRUD employee data
| Employee |
|---|
| id: number |
| name: string |
| title: string |
| department: Department |
| salary: number |
| manager: string |
| Department |
|---|
| SALES |
| CORPORATE |
| ACCOUNTING |
| RECEPTION |
| HUMAN RECOURCES |
Create a pull request with your solution
