Skip to content

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.

Screenshot 2024-08-16 at 7.14.47 PM.png

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

Screenshot 2024-08-16 at 7.16.00 PM.png