From ebc6ec3433b6692258e78b55288a820f1a33fefc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 07:18:43 +0000 Subject: [PATCH 1/2] Initial plan From e0b06d6970afa8febe43d3c56ac5fb728b8e3a15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 07:23:28 +0000 Subject: [PATCH 2/2] Add E-commerce / Marketplace category with monetizable application tutorials Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com> --- ISSUE_TEMPLATE.md | 1 + README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 683f25e..04cbbbe 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -19,6 +19,7 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Command-Line Tool * [ ] Database * [ ] Docker +* [ ] E-commerce / Marketplace * [ ] Emulator / Virtual Machine * [ ] Front-end Framework / Library * [ ] Game diff --git a/README.md b/README.md index ab8ebd9..453f4ee 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ It's a great way to learn. * [Command-Line Tool](#build-your-own-command-line-tool) * [Database](#build-your-own-database) * [Docker](#build-your-own-docker) +* [E-commerce / Marketplace](#build-your-own-e-commerce--marketplace) * [Emulator / Virtual Machine](#build-your-own-emulator--virtual-machine) * [Front-end Framework / Library](#build-your-own-front-end-framework--library) * [Game](#build-your-own-game) @@ -150,6 +151,23 @@ It's a great way to learn. * [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker) * [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker) +#### Build your own `E-commerce / Marketplace` + +* [**Django**: _Build an E-commerce Website with Django_](https://www.youtube.com/watch?v=YZvRrldjf1Y) [video] +* [**Go**: _Building a Marketplace Platform with Go_](https://www.usegolang.com/) +* [**JavaScript**: _Build a Full Stack Amazon Clone_](https://www.youtube.com/watch?v=RDV3Z1KCBvo) [video] +* [**JavaScript**: _Building an E-commerce Application with MEAN Stack_](https://www.youtube.com/watch?v=N9GfFX_mYqw) [video] +* [**Laravel**: _Build a Marketplace with Laravel_](https://www.youtube.com/watch?v=VD2l9A_3YQE) [video] +* [**Node.js**: _Build a Shopping Cart with Node.js and Stripe_](https://www.youtube.com/watch?v=mI_-1tbIXQI) [video] +* [**Node.js**: _Build an E-commerce REST API with Node.js_](https://dev.to/andrewbaisden/how-to-create-a-full-stack-e-commerce-website-from-scratch-3b9g) +* [**Python**: _Build an E-commerce Site with Django_](https://justdjango.com/blog/build-an-e-commerce-website-with-django) +* [**Python**: _Building an E-commerce Platform with Django and Stripe_](https://testdriven.io/blog/django-stripe-tutorial/) +* [**Python**: _Create a Digital Marketplace with Django_](https://www.codingforentrepreneurs.com/projects/ecommerce/) +* [**Rails**: _Build a Marketplace with Ruby on Rails_](https://www.learnenough.com/ruby-on-rails-tutorial) +* [**React**: _Build an E-commerce App with React and Commerce.js_](https://www.freecodecamp.org/news/build-an-e-commerce-app-with-react-and-commerce-js/) +* [**React**: _Build a Full Stack E-commerce with Next.js and Stripe_](https://www.youtube.com/watch?v=4mOkFXyxfsU) [video] +* [**Vue.js**: _Building a Shopping Cart with Vue 3 and TypeScript_](https://vueschool.io/articles/vuejs-tutorials/building-a-shopping-cart-with-vue-3-and-typescript/) + #### Build your own `Emulator / Virtual Machine` * [**C**: _Home-grown bytecode interpreters_](https://medium.com/bumble-tech/home-grown-bytecode-interpreters-51e12d59b25c)