This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Simple clothing store for on-demand printing from Printful, payments from Paypal, implemented with Node.js & React.
Simple clothing store for on-demand printing from Printful, payments from Paypal, implemented with Node.js & React.
# Simple Clothing Store ## IMPORTANT **This project is currently broken** due to a Printful API update (see [the new API docs](https://developers.printful.com/docs/)) that is incompatible with the Printful API SDK used by this project. Printful is planning on releasing an even newer version of their API (see [v2 docs](https://developers.printful.com/docs/v2-beta/)) and thus updating the project to adhere to the old API will not be ideal. Instead, I will be updating the project in a major way to achieve v2.0.0, which will introduce major breaking changes. This is necessary, as this project is already 4 years old, and is not up to date with modern industry standards. I will be creating a separate `next` branch as soon as the version is partially working. You can expect the release in late December 2023 or sometime in Q1 2024. The software development industry has changed a lot in 4 years. Specifically, serverless has become the new way of running both backend, frontend, and database services. Serverless means roughly what you think it does -- there is no constantly running server, but rather sleeping servers that wake up to perform operations, such as running an API route, serving a page, or performing a database function. This changes much of what traditional services could rely on, as there is no longer a server running constantly, and anything you save in memory (such as variables) is destroyed after the server has performed its operation. In accordance to this project's intention from day 1, it is a fresh and modern starting point for beginners, which shows them the industry standard way of creating semi-complex web services. 4 years ago that modern starting point was React with Create React App + Node.js, but this is clearly not the case when moving to 2024. Name
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...