02 - Postman Intro
Last updated
Last updated
In this module, we'll introduce Postman, a tool for testing our back-end as we build it.
Building a back-end is a little more abstract than building a front-end. In a web application, we can see changes as we make them: a color, a button, an image. With the back-end, we need a way to test our code as we build it to ensure that we are on the right track. Postman is a great tool for that job.
Postman provides back-end developers with an enormous amount of value, including the following items:
Ability to test endpoints.
Can fully log in to an application and save data to a database without needing sign in or sign up forms.
Code can be written and run directly inside postman to control external servers, devices, etc.
Collections of API endpoints can be saved and tested simultaneously.
Go to .
Click Download the App
.
Choose your platform, Windows or Mac.
The download should begin. Follow the steps until you have the app opened.
Be sure to pin the app in to your toolbar/ribbon. You will be using it extensively in these lessons and in the future.