import DocCardList from '@theme/DocCardList'; import Icons from '@theme/Icon'; import Feedback from '@site/src/components/Feedback'; import LearningPath from '@site/src/components/LearningPath'; import LearningPathList from '@site/src/components/LearningPath/List'; import LargeCard from '@site/src/components/LargeCard'; # Medusa Recipes This document provides you resources for different paths based on what you're building with Medusa. :::note These recipes assume you already have a Medusa backend setup. If not, you can create a Medusa project with the following command: ```bash npx create-medusa-app ``` [Learn more in this guide](../create-medusa-app.mdx). ::: ## Recipe: Setup Ecommerce Store Follow this recipe if you want to use Medusa for an ecommerce store. This recipe includes three steps that will get you a storefront deployed to Vercel and a backend deployed to Railway. --- ## Use-Case Based Recipes Explore available recipes for different commerce use cases. --- ## Can't find your path? Medusa is a customizable commerce solution that can be used to build any custom use case. If you can't find your use case mentioned above, the following guides give you a general understanding of how Medusa can be used and how you can customize it.