{"id":20492894,"url":"https://github.com/danman113/medusa-user-bug-repo","last_synced_at":"2025-09-13T01:07:47.878Z","repository":{"id":74192172,"uuid":"459003876","full_name":"danman113/medusa-user-bug-repo","owner":"danman113","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-14T03:34:44.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T17:47:15.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danman113.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-14T03:33:35.000Z","updated_at":"2022-02-14T03:34:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e01d4286-8bfd-4b5a-8042-d4675269312e","html_url":"https://github.com/danman113/medusa-user-bug-repo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danman113/medusa-user-bug-repo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danman113%2Fmedusa-user-bug-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danman113%2Fmedusa-user-bug-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danman113%2Fmedusa-user-bug-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danman113%2Fmedusa-user-bug-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danman113","download_url":"https://codeload.github.com/danman113/medusa-user-bug-repo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danman113%2Fmedusa-user-bug-repo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274903180,"owners_count":25371101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:31:40.284Z","updated_at":"2025-09-13T01:07:47.821Z","avatar_url":"https://github.com/danman113.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.medusa-commerce.com\"\u003e\n    \u003cimg alt=\"Medusa\" src=\"https://user-images.githubusercontent.com/7554214/129161578-19b83dc8-fac5-4520-bd48-53cba676edd2.png\" width=\"100\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Medusa Starter Default\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nThis repo provides the skeleton to get you started with using \u003ca href=\"https://github.com/medusajs/medusa\"\u003eMedusa\u003c/a\u003e. Follow the steps below to get ready.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/medusajs/medusa/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"Medusa is released under the MIT license.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\" alt=\"PRs welcome!\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/xpCwq3Kfn8\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/chat-on%20discord-7289DA.svg\" alt=\"Discord Chat\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=medusajs\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs\" alt=\"Follow @medusajs\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Prerequisites\n\nThis starter has minimal prerequisites and most of these will usually already be installed on your computer.\n\n- [Install Node.js](https://nodejs.org/en/download/)\n- [Install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- [Install SQLite](https://www.sqlite.org/download.html)\n\n## Setting up your store\n\n- Install the Medusa CLI\n  ```\n  npm install -g @medusajs/medusa\n  yarn global add @medusajs/medusa\n  ```\n- Create a new Medusa project\n  ```\n  medusa new my-medusa-store\n  ```\n- Run your project\n  ```\n  cd my-medusa-store\n  medusa develop\n  ```\n\nYour local Medusa server is now running on port **9000**.\n\n### Seeding your Medusa store\n\n---\n\nTo seed your medusa store run the following command:\n\n```\nmedusa seed -f ./data/seed.json\n```\n\nThis command seeds your database with some sample datal to get you started, including a store, an administrator account, a region and a product with variants. What the data looks like precisely you can see in the `./data/seed.json` file.\n\n## Setting up your store with Docker\n\n- Install the Medusa CLI\n  ```\n  npm install -g @medusajs/medusa-cli\n  ```\n- Create a new Medusa project\n  ```\n  medusa new my-medusa-store\n  ```\n- Update project config in `medusa-config.js`:\n\n  ```\n  module.exports = {\n    projectConfig: {\n      redis_url: REDIS_URL,\n      database_url: DATABASE_URL, //postgres connectionstring\n      database_type: \"postgres\",\n      store_cors: STORE_CORS,\n      admin_cors: ADMIN_CORS,\n    },\n    plugins,\n  };\n  ```\n\n- Run your project\n\n  When running your project the first time `docker compose` should be run with the `build` flag to build your contianer locally:\n\n  ```\n  docker compose up --build\n  ```\n\n  When running your project subsequent times you can run docker compose with no flags to spin up your local environment in seconds:\n\n  ```\n  docker compose up\n  ```\n\nYour local Medusa server is now running on port **9000**.\n\n### Seeding your Medusa store with Docker\n\n---\n\nTo add seed data to your medusa store runnign with Docker, run this command in a seperate terminal:\n\n```\ndocker exec medusa-server medusa seed -f ./data/seed.json\n```\n\nThis will execute the previously described seed script in the running `medusa-server` Docker container.\n\n## Try it out\n\n```\ncurl -X GET localhost:9000/store/products | python -m json.tool\n```\n\nAfter the seed script has run you will have the following things in you database:\n\n- a User with the email: admin@medusa-test.com and password: supersecret\n- a Region called Default Region with the countries GB, DE, DK, SE, FR, ES, IT\n- a Shipping Option called Standard Shipping which costs 10 EUR\n- a Product called Cool Test Product with 4 Product Variants that all cost 19.50 EUR\n\nVisit [docs.medusa-commerce.com](https://docs.medusa-commerce.com) for further guides.\n\n\u003cp\u003e\n  \u003ca href=\"https://www.medusa-commerce.com\"\u003e\n    Website\n  \u003c/a\u003e \n  |\n  \u003ca href=\"https://medusajs.notion.site/medusajs/Medusa-Home-3485f8605d834a07949b17d1a9f7eafd\"\u003e\n    Notion Home\n  \u003c/a\u003e\n  |\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=medusajs\"\u003e\n    Twitter\n  \u003c/a\u003e\n  |\n  \u003ca href=\"https://docs.medusa-commerce.com\"\u003e\n    Docs\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanman113%2Fmedusa-user-bug-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanman113%2Fmedusa-user-bug-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanman113%2Fmedusa-user-bug-repo/lists"}