#How does create-medusa-app backend differ from setting up the backend from scratch?

8 messages · Page 1 of 1 (latest)

solemn summit
faint hare
#

It probably doesn't differ.

#

Do you have issues?

solemn summit
#

nope, just wondering where I should start from

#

I am following this guide: https://medusajs.com/blog/extending-medusa-usecase-marketplace/

and it tells me to start from the backend install under Prerequisites, https://docs.medusajs.com/development/backend/install

I have the quickstart already downloaded though

so should I start from my quickstart donwloaded or set up backend from scratch

This quickstart guide will help you set up a Medusa backend in three steps.

solemn summit
#

one thing I found: the quickstart does not have a databse set up. it pulls the sample data from a .json. in the backend install guide they recommend you to set up either postgres/sqlite and show you how to configure your backend's medusa.config file to connect to the local db

#

what I gathered is if you have the quickstart, then you should start from the backend quickstart page: https://docs.medusajs.com/development/backend/install. just skip the step "2. Create a new Medusa project" since you already have the backend starter generated from the medusa quickstart.

#

thats all I know