Skip to content

Commit

Permalink
Update Backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevshin2002 committed Dec 25, 2023
1 parent e08f8f5 commit 08d23b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Backend/Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ permalink: /Backend
You're familiar with the Frontend, which represents what you see in classrooms – desks, boards, and teachers. Now, let's explore the Backend, which is like the main office managing all the school's information behind the scenes.

1. ### Servers - The School's Main Office<br>
### Servers - The School's Main Office<br>
Servers act as the school's main office. They handle all the school's data – student records, schedules, grades, and more. Just like the main office keeps everything organized and secure, servers store and manage vast amounts of information for the website.

2. ### Databases - Organized Office Filing System<br>
### Databases - Organized Office Filing System<br>
Databases are like the organized filing cabinets in the main office. They store specific types of information neatly arranged and easily retrievable. Each cabinet (database) holds various folders (data) categorically, making it simple to find what's needed, much like how the office keeps files organized.

3. ### RESTful - Submitting an Online Assignment<br>
### RESTful - Submitting an Online Assignment<br>
RESTful is similar to submitting an assignment online. When you submit an assignment, you use a specific website. This website allows you to securely send your work (data) to the teacher through the school's system (server). This entire process is what RESTful is. Just like how submitting an assignment online ensures your work reaches the teacher smoothly and securely, RESTful enables different parts of the school (like departments or systems) to exchange information efficiently and securely.

So, while the Frontend gives you the classroom experience, remember there's a sophisticated system (Backend) managing everything behind the scenes, much like the main office handles and organizes the school's information.

0 comments on commit 08d23b7

Please sign in to comment.