general setup

This commit is contained in:
2024-03-11 17:14:31 +00:00
parent 5af89ab258
commit b82ab35bbe
342 changed files with 3672 additions and 10809 deletions

View File

@@ -0,0 +1,5 @@
;(function () {
// fetch all products from bigCommerce and save/update them in the database
// pay attention to the avg. product rating, should also be inserted into BigCommerce with every update,
// so the product requests dont have to be repeated -> Perfomance!
})()