MERN-basic

BACKEND

1.Connect mongoose database
2.Add employees to the database
3.Fetch all employees
3.Update employee
4.Delete employee
5.Fetch one employee

FRONTEND-function-based

Functionalaties for above mentioned are implemented from frontend
extra: search function also added