Medusa
Documentation | Website
Building blocks for digital commerce
Medusa-Hello-World
This starter plugin is compatible with versions >= 1.8.0 of @medusajs/medusa
.
Getting Started
simply to install this plugin, install it's package using npm and then add it to the medusa-config.js file in the plugins section.
npm install @medusajs/medusa-plugin-hello-world --save
Visit the Docs to learn more about this plugin.
Endpoints
There will be a new endpoint added to your medusa backend after installing this plugin. The endpoint is /hello-world
and it will return a simple json response with a message.