This is a Department/Employee API
composer install
Create a .env file from the .env.example
run ```sh php artisan migrate
JWT Token was used to handle authentication on here so run
```sh
php artisan jwt:secret
to generate the key
Well, 😣 I did my best to write test for almost all the endpoints but when I ran the test coverage it gave me 86.6%😤 .
Find the API documentation here