this project has api's the was tested using postman for that it uses json server
# so you need to run the below command to test the same in post man
npm run serve-json
this project uses mysql database for crud operations so you need to install mysql and create a database named 'company' and a table named 'employee' with columns "EmpID, EmpName, EmpAge, EmpGender" and also make your you change the database details in db.js to have proper connection