What is the definition / difference of "backend" and a "frontend" in a software development / project? [closed]

StackOverflow https://stackoverflow.com/questions/18348612

  •  25-06-2022
  •  | 
  •  

Question

How a newbie differentiate between this? How one can know he/she is working is back-end system or front-end system?

Was it helpful?

Solution

"Front-end" typically means the parts of the project a user interacts with--such as the graphical user interface or command line. It's a vague term, there isn't an exact definition.

"Back-end" means the parts that do the work, but the user is unaware of or cannot see. Databases, services, etc.

Think of it like a restaurant where you can't see the kitchen. As a customer you see the front-end--the decorations, menus, wait-staff. Meanwhile the kitchen and stockroom are out of view, but preparing food.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top