Backend
The backend mainly consists of:-
HTTP Servers
Authentication
Database
Middlewares
1. HTTP Servers
While talking about HTTP servers we need to know the following topics
Request Methods
GET:- It is a method used to get data from a server. eg:-...
pranavk11.hashnode.dev4 min read