{"id":13532578,"url":"https://github.com/medusajs/medusa-express-nextjs","last_synced_at":"2025-04-16T01:58:13.970Z","repository":{"id":43464596,"uuid":"446081309","full_name":"medusajs/medusa-express-nextjs","owner":"medusajs","description":"One-page checkout flow","archived":false,"fork":false,"pushed_at":"2022-08-10T08:12:29.000Z","size":683,"stargazers_count":68,"open_issues_count":4,"forks_count":24,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-16T01:57:53.555Z","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/medusajs.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}},"created_at":"2022-01-09T12:26:08.000Z","updated_at":"2025-03-12T04:19:57.000Z","dependencies_parsed_at":"2022-09-10T06:02:45.786Z","dependency_job_id":null,"html_url":"https://github.com/medusajs/medusa-express-nextjs","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/medusajs%2Fmedusa-express-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medusajs%2Fmedusa-express-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medusajs%2Fmedusa-express-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medusajs%2Fmedusa-express-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medusajs","download_url":"https://codeload.github.com/medusajs/medusa-express-nextjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183107,"owners_count":21226141,"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-08-01T07:01:12.011Z","updated_at":"2025-04-16T01:58:13.953Z","avatar_url":"https://github.com/medusajs.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://medusajs.com/\"\u003e\n    \u003cimg alt=\"Medusa\" src=\"./public/medusa-svg.svg\" width=\"400\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Medusa Express\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nMedusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences.\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\u003cbr/\u003e\n\n## Built with\n### [Medusa](https://www.medusajs.com): Commerce engine\n### [Next.js](https://nextjs.org/): React framework\n### [Stripe](https://stripe.com/en-gb-dk): Payment provider\n### [Medusa React](https://github.com/medusajs/medusa/tree/master/packages/medusa-react): Hooks and components for Medusa\n\n\u003cbr/\u003e\n\n**Prerequisites**: To use Medusa Express, you need a Medusa server. Check out [medusa-starter-default](https://github.com/medusajs/medusa-starter-default) for a quick setup.\n\n\u003cbr/\u003e\n\n## 🚀 Get started!\n\n### Deploy in 5 minutes\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/medusa-express-nextjs)\n\n### 1. Create your Medusa Express project\n\n#### Use npx and select medusa.express (recommended)\n```zsh  \n  npx create-medusa-app@latest\n```\n\n#### Use git clone\n```zsh  \n  git clone --depth=1 https://github.com/medusajs/medusa-express-nextjs medusa-express\n```\n\n### 2. Navigate to project and install dependencies\n\n```zsh\n  cd \u003cyour-express-folder\u003e\n  \n  yarn\n  # or\n  npm install\n```\n\n### 3. Link your Medusa server\n\nIn your project, you should have a `.env.template` file with the following content:\n\n```shell\nNEXT_PUBLIC_MEDUSA_BACKEND_URL=http://localhost:9000\n```\n\nCopy the template into a file used for local development:\n```zsh\nmv .env.template .env.local\n```\n\nAdd Stripe API key as environment variable to complete orders:\n```zsh\n# Stripe key is required for completing orders\nNEXT_PUBLIC_STRIPE_API_KEY=pk_test_... \n```\n\nYour Medusa server runs locally on port 9000 by default. Make sure to update the above environment variable, if you've changed the port.\n\n### 4. Try it out!\n\nStart up both your Medusa server and Medusa Express and try it out!\n\nMedusa Express is running at `http://localhost:8000`!\n\n\u003e **Important**: Medusa Express requires existing product. Either seed your Medusa server with some dummy products, or create your own through Medusa Admin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedusajs%2Fmedusa-express-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedusajs%2Fmedusa-express-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedusajs%2Fmedusa-express-nextjs/lists"}