docs: small fixes based on friction log (#2954)

* docs: small fixes

* removed python command
This commit is contained in:
Shahed Nasser
2023-01-06 11:40:18 +02:00
committed by GitHub
parent 8ba27a2e28
commit 39c834e043
6 changed files with 14 additions and 28 deletions
+3 -3
View File
@@ -2,13 +2,13 @@
## Architecture
Medusa is composed of three components: The headless backend, the admin dashboard, and the storefront.
Medusa is composed of three components: The Medusa server, the admin dashboard, and the storefront.
![Medusa's Architecture](https://res.cloudinary.com/dza7lstvk/image/upload/v1667999772/Medusa%20Docs/Diagrams/ZHvM2bu_td4rnx.png)
### Headless Backend
### Medusa Server
This is the main component that holds all the logic and data of the store. Your admin dashboard and storefront interact with the backend to retrieve, create, and modify data through REST APIs.
The Medusa server is a headless backend built on Node.js. This is the main component that holds all the logic and data of the store. Your admin dashboard and storefront interact with the backend to retrieve, create, and modify data through REST APIs.
Your Medusa server will include all functionalities related to your stores checkout workflow. That includes cart management, shipping and payment providers, user management, and more. It also allows you to configure your store including your stores region, tax rules, discounts, gift cards, and more.