Dunder Mifflin

You will be creating an API to manage employee data at Dunder Mifflin.

gif

Requirements

  • The user can CRUD employee data

Model

Employee
id: number
name: string
title: string
department: Department
salary: number
manager: string
Department
SALES
CORPORATE
ACCOUNTING
RECEPTION
HUMAN RECOURCES

Sumission

Create a pull request with your solution