{"id":18709028,"url":"https://github.com/baguilar6174/next-ecommerce-app","last_synced_at":"2026-04-12T15:42:32.777Z","repository":{"id":80813900,"uuid":"605674195","full_name":"baguilar6174/next-ecommerce-app","owner":"baguilar6174","description":"Simple e-commerce app, the user can view the products, see the details, add them to the shopping cart, see your purchase, history of orders, and other features.","archived":false,"fork":false,"pushed_at":"2023-04-12T02:54:10.000Z","size":18890,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T07:42:07.450Z","etag":null,"topics":["docker","docker-compose","ecommerce","material-ui","mongodb","next","nextapi","react","typescript"],"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/baguilar6174.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-02-23T16:55:36.000Z","updated_at":"2023-07-11T17:18:34.000Z","dependencies_parsed_at":"2024-11-07T12:32:09.602Z","dependency_job_id":"364c2bd7-938b-4f70-92e1-ca05d132b937","html_url":"https://github.com/baguilar6174/next-ecommerce-app","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/baguilar6174%2Fnext-ecommerce-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fnext-ecommerce-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fnext-ecommerce-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fnext-ecommerce-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baguilar6174","download_url":"https://codeload.github.com/baguilar6174/next-ecommerce-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571580,"owners_count":19661165,"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":["docker","docker-compose","ecommerce","material-ui","mongodb","next","nextapi","react","typescript"],"created_at":"2024-11-07T12:26:04.857Z","updated_at":"2025-11-09T11:30:22.440Z","avatar_url":"https://github.com/baguilar6174.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Ecommerce App\n\nThis application presents a simple e-commerce application, where the user can view the products, see the detail of each product, add them to the shopping cart, see a summary of your purchase, see a history of orders placed, and other features. The application works with Next JS 13.\n\n## Installation\n\nGet code using\n\n```\ngit clone https://github.com/baguilar6174/next-ecommerce-app.git\n```\n\nStep 2:\n\nInstall the necessary libraries (make sure you have node \u003e= 16 and yarn)\n\n```\nyarn\n```\n\nStep 3:\n\nConfigure and start Database\n\n```\ndocker-compose up -d\n```\n\nMongo DB URL Local: `mongodb://localhost:27017/ecommercedb`\n\nStep 4:\n\nConfigure environment variables, you need to rename `.env.template` to `.env file` and complete the values\n\nStep 5 (optional):\n\nYou can creata fake data using the endpoint:\n\nGET: [http://localhost:3000/api/seed](http://localhost:3000/api/seed)\n\nStep 6:\n\nRuns the app in the development mode\n\n```\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## My process\n\n### Build with\n\n- Next JS 13\n- React 18\n- Typescript\n- Material UI\n- React Multi Carousel\n- MongoDB\n\n### What I learned\n\n- Using beta app dir\n- Custom MUI themes\n- Responsive design\n- Using Next API\n- SSR\n- SGR\n- ISR\n- Searches\n- SWR for HTTP requests\n\n## Next Ecommerce App\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/1.png\" width=\"70%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/2.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/3.png\" width=\"80%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/4.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/5.png\" width=\"100%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/6.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/7.png\" width=\"100%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/8.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n## Stay in touch\n\n- Website - [www.bryan-aguilar.com](https://www.bryan-aguilar.com/)\n- Medium - [baguilar6174](https://baguilar6174.medium.com/)\n- LinkeIn - [baguilar6174](https://www.linkedin.com/in/baguilar6174)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaguilar6174%2Fnext-ecommerce-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaguilar6174%2Fnext-ecommerce-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaguilar6174%2Fnext-ecommerce-app/lists"}