Files
medusa-store/www/apps/book/app/basics/page.mdx
Shahed Nasser 327e446974 docs: general fixes and overall changes (#7258)
* editing halfway

* edited second half

* adjust starter steps

* fix build

* typo fix
2024-05-07 18:00:28 +02:00

19 lines
761 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const metadata = {
title: `${pageNumber} The Basics`,
}
# {metadata.title}
In the next chapters, youll learn about the basic concepts of Medusa. These concepts are central to your Medusa development.
By the end of these chapter, youll be able to:
- Expose your custom functionalities through REST APIs.
- Create custom modules that define custom business logic.
- Create custom data models.
- Execute scripts when the Medusa application starts.
- Perform asynchronus actions when an event occurs.
- Run tasks at a specified time or pattern during the Medusa application's runtime.
- Create custom flows as a series of steps involving multiple services.
- Customize the admin dashboard to inject components on existing pages or add new pages.