Skip to content

Instantly share code, notes, and snippets.

@uncledevhq
Last active January 16, 2026 06:40
Show Gist options
  • Select an option

  • Save uncledevhq/b20ec96747b1a0d2701b559e6943c18b to your computer and use it in GitHub Desktop.

Select an option

Save uncledevhq/b20ec96747b1a0d2701b559e6943c18b to your computer and use it in GitHub Desktop.
Medusa create skipping database requirement
npx create-medusa-app@latest api-soltech \
--db-url "" \
--skip-db
npx prisma studio --url ""
// create admin user medusa
npx medusa user -e cto@soltech.africa -p <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment