In this chapter, we will look at the following recipes:
- Adding logging with Winston
 - Adding HTTP logging with Morgan
 - Configuring your server for different environments
 - Unit testing your code
 - Measuring your test coverage
 - Debugging your code
 - Testing simple services from the command line
 - Testing more complex sequences of calls with Postman
 - Documenting and testing your REST API with Swagger