How to test your app using Docker Containers and Postman
Let's test our API using Docker Containers and Postman.
We will test a simple CRUD application created using Node.js, Express, and Postgres.
In this example, we will use:
Postman: to test our API.
Newman: to run our Postman collection.
Play with D...
blog.francescociulla.com6 min read