In this part we install express-async-handler package to use it in the routes of our application.
The job of this async-handler is to handling exceptions inside of async express routes.
In other word it means we can use it instead of (try & catch) block.