{"id":15707045,"url":"https://github.com/btc415/ecommerce_mern","last_synced_at":"2025-04-20T14:30:51.937Z","repository":{"id":202747345,"uuid":"708054175","full_name":"BTC415/eCommerce_MERN","owner":"BTC415","description":"A full-stack e-commerce application developed using the MERN (MongoDB, Express, React, Node.js) stack. The project includes features such as user authentication, product management, shopping cart, and payment processing.","archived":false,"fork":false,"pushed_at":"2024-02-13T06:28:59.000Z","size":171,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T23:51:06.948Z","etag":null,"topics":["nextauth","nextjs","prisma","reactquery","sentry","stripe","tailwindcss","typescript","yup"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BTC415.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":"2023-10-21T11:39:55.000Z","updated_at":"2024-12-18T21:46:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"722d4ff4-a207-4dea-bf8f-457bc743d071","html_url":"https://github.com/BTC415/eCommerce_MERN","commit_stats":null,"previous_names":["topcoder415/ecommerce_mern","dodger213/ecommerce_mern","btc415/ecommerce_mern"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FeCommerce_MERN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FeCommerce_MERN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FeCommerce_MERN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FeCommerce_MERN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BTC415","download_url":"https://codeload.github.com/BTC415/eCommerce_MERN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249909238,"owners_count":21343942,"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":["nextauth","nextjs","prisma","reactquery","sentry","stripe","tailwindcss","typescript","yup"],"created_at":"2024-10-03T20:33:10.718Z","updated_at":"2025-04-20T14:30:51.608Z","avatar_url":"https://github.com/BTC415.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46969484/143662399-baaa3db0-12fa-4455-9c0c-56b7c5f96552.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\nFullstack Next.js E-commerce\n\n\u003c/h1\u003e\n\n## Technologies 🔧\n\n- Next.js(React)\n- TypeScript\n- Prisma\n- NextAuth\n- Stripe\n- Tailwind\n- React Query\n- Sentry\n- Yup\n\n## Screenshots 📸\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46969484/143662639-de569e93-917c-40d8-b4ff-efbd6e6e82f3.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46969484/143662647-7fb16f8e-f982-46a3-ad92-e5cd357fe025.png\" width=\"100%\" /\u003e\n\n\u003cbr\u003e\n\n## Code Example/Issues 🔍\n\nIf you have any issues, please let me know in the issues section or directly to alenschmitt415@gmail.com\n\n## Installation 💾\n\n```bash\ngit clone https://github.com/BTC415/eCommerce_MERN.git\n```\n\nFill your `.env` variables:\n\n```\nPOSTGRES_USER=\nPOSTGRES_PASSWORD=\nPOSTGRES_DB=\nDATABASE_URL=\"postgresql://\u003cPOSTGRES_USER\u003e:\u003cPOSTGRES_PASSWORD\u003e@\u003cPOSTGRES_HOST\u003e:\u003cPOSTGRES_PORT\u003e/\u003cPOSTGRES_DB\u003e?schema=public\u0026sslmode=prefer\"\nGITHUB_SECRET=\nGITHUB_ID=\nSECRET=\nNEXTAUTH_URL=\nNEXTAUTH_CALLBACK_URL=\nNEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=\nSTRIPE_SECRET_KEY=\nNEXT_PUBLIC_STRIPE_SUCCESS_REDIRECT_URL=\nNEXT_PUBLIC_STRIPE_ERROR_REDIRECT_URL\n```\n\nInstall deps:\n\n```bash\nnpm install\n```\n\nGenerate Prisma Client:\n\n```bash\nnpx prisma generate\n```\n\nRun docker-compose:\n\n```bash\ndocker-compose up -d\n```\n\nRun Next dev server:\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fecommerce_mern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtc415%2Fecommerce_mern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fecommerce_mern/lists"}