Backend

The Backend contains three components.

  1. HTTP Server
  2. REST API
  3. Database Server

The Frontend Side of the Application only deals with the HTTP Server.

The HTTP Server acts a Request raiser.

REST API acts as Request Handler/ Satisfier.

DB Server acts as data storage.

HTTP Server

REST API

Database Server