{"id":15648606,"url":"https://github.com/mohab-sameh/medusa-server","last_synced_at":"2025-03-29T23:41:39.161Z","repository":{"id":136033718,"uuid":"578310254","full_name":"mohab-sameh/medusa-server","owner":"mohab-sameh","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-14T18:49:09.000Z","size":10708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T01:28:27.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohab-sameh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-14T18:47:02.000Z","updated_at":"2022-12-14T18:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"6228cfac-eb10-4af8-92aa-aa210da0048c","html_url":"https://github.com/mohab-sameh/medusa-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohab-sameh%2Fmedusa-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohab-sameh%2Fmedusa-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohab-sameh%2Fmedusa-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohab-sameh%2Fmedusa-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohab-sameh","download_url":"https://codeload.github.com/mohab-sameh/medusa-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258862,"owners_count":20748573,"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","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-10-03T12:25:28.850Z","updated_at":"2025-03-29T23:41:39.139Z","avatar_url":"https://github.com/mohab-sameh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://www.medusa-commerce.com\"\u003e\r\n    \u003cimg alt=\"Medusa\" src=\"https://user-images.githubusercontent.com/7554214/153162406-bf8fd16f-aa98-4604-b87b-e13ab4baf604.png\" width=\"100\" /\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\u003ch1 align=\"center\"\u003e\r\n  Medusa Admin\r\n\u003c/h1\u003e\r\n\u003cp align=\"center\"\u003e\r\nMedusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences.\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/medusajs/medusa/blob/master/LICENSE\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"Medusa is released under the MIT license.\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://circleci.com/gh/medusajs/medusa\"\u003e\r\n    \u003cimg src=\"https://circleci.com/gh/medusajs/medusa.svg?style=shield\" alt=\"Current CircleCI build status.\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\" alt=\"PRs welcome!\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://discord.gg/xpCwq3Kfn8\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/chat-on%20discord-7289DA.svg\" alt=\"Discord Chat\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=medusajs\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs\" alt=\"Follow @medusajs\" /\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n## Quickstart\r\n\r\nFollow our [quickstart guide](https://docs.medusajs.com/quickstart/quick-start) to learn how to set up a Medusa server.\r\n\r\n\r\n## Setting up Admin\r\n\r\n1. **Clone this repository**\r\n   ```\r\n   git clone https://github.com/medusajs/admin medusa-admin\r\n   cd medusa-admin\r\n   ```\r\n2. **Install dependencies**\r\n   ```\r\n   yarn install\r\n   ```\r\n3. **Start the development server**\r\n   ```\r\n   yarn start\r\n   ```\r\n4. **Go to [http://localhost:7000](http://localhost:7000)**\r\n\r\nBack in your Medusa engine installation directory, you can create your own user for the admin by running:\r\n\r\n```\r\nmedusa user -e some@email.com -p some-password\r\n```\r\nAlternatively, if you've seeded your server with our dummy data, you can use the following credentials:\r\n```\r\nadmin@medusa-test.com // supersecret\r\n```\r\n\r\n### Features\r\n\r\nYou can learn about all of the ecommerce features that Medusa provides [in our documentation](https://docs.medusajs.com/introduction#features).\r\n\r\n## Contributions\r\n\r\nPlease check [our contribution guide](https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md) for details about how to contribute to both our codebase and our documentation.\r\n\r\n## Repository structure\r\n\r\nThe Medusa repository is a mono-repository managed using Lerna. Lerna allows us to have all Medusa packages in one place, and still distribute them as separate NPM packages.\r\n\r\n## Licensed\r\n\r\nLicensed under the [MIT License](https://github.com/medusajs/medusa/blob/master/LICENSE)\r\n\r\n\r\n## Community \u0026 Support\r\n\r\nUse these channels to be part of the community, ask for help while using Medusa, or just learn more about Medusa:\r\n\r\n- [Discord](https://discord.gg/medusajs): This is the main channel to join the community. You can ask for help, showcase your work with Medusa, and stay up to date with everything Medusa.\r\n- [GitHub Issues](https://github.com/medusajs/medusa/issues): for sending in any issues you face or bugs you find while using Medusa.\r\n- [GitHub Discussions](https://github.com/medusajs/medusa/discussions): for joining discussions and submitting your ideas.\r\n- [Medusa Blog](https://medusajs.com/blog/): find diverse tutorials and company news.\r\n- [Twitter](https://twitter.com/medusajs)\r\n- [LinkedIn](https://www.linkedin.com/company/medusajs)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohab-sameh%2Fmedusa-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohab-sameh%2Fmedusa-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohab-sameh%2Fmedusa-server/lists"}