Frontend vs Backend, HTTP Servers
Backend servers in full stack are servers which run your backend logic.
Your frontend talks to them through HTTP calls.
For example - https://jsonplaceholder.typicode.com/posts/1
Postman
Postman is an application that lets you send requests to Backend servers without using the browser